All Classes |Grouped Classes |Index

Function CL_SoundProvider_Vorbis

	CL_SoundProvider_Vorbis::CL_SoundProvider_Vorbis(
		const CL_String & filename,
		const CL_VirtualDirectory & directory,
		bool stream = false);

	CL_SoundProvider_Vorbis::CL_SoundProvider_Vorbis(
		const CL_String & fullname,
		bool stream = false);

	CL_SoundProvider_Vorbis::CL_SoundProvider_Vorbis(
		CL_IODevice & file,
		bool stream = false);