All Classes |Grouped Classes |Index

Function load

Loads an sample file from 'file', using the provider identified by 'type'.

	static CL_SoundProvider* CL_SoundProviderFactory::load(
		const CL_String & filename,
		bool streamed,
		const CL_VirtualDirectory & directory,
		const CL_String & type = CL_String ());

	static CL_SoundProvider* CL_SoundProviderFactory::load(
		const CL_String & fullname,
		bool streamed,
		const CL_String & type = CL_String ());

	static CL_SoundProvider* CL_SoundProviderFactory::load(
		CL_IODevice & file,
		bool streamed,
		const CL_String & type);