ClanLib
2.3.7
|
Sound provider type. More...
#include <soundprovider_type.h>
Public Member Functions | |
Construction | |
CL_SoundProviderType (const CL_String &type) | |
Registers a sound provider type in the CL_SoundProviderFactory. More... | |
virtual | ~CL_SoundProviderType () |
Unregisters a sound provider type in the CL_SoundProviderFactory. More... | |
Operations | |
virtual CL_SoundProvider * | load (const CL_String &filename, bool streamed, const CL_VirtualDirectory &directory)=0 |
Called to load with this sound provider type. More... | |
virtual CL_SoundProvider * | load (CL_IODevice &file, bool streamed)=0 |
Sound provider type.
CL_SoundProviderType::CL_SoundProviderType | ( | const CL_String & | type) |
Registers a sound provider type in the CL_SoundProviderFactory.
|
virtual |
Unregisters a sound provider type in the CL_SoundProviderFactory.
|
pure virtual |
Called to load with this sound provider type.
Implemented in CL_SoundProviderType_Register< SoundProviderClass >.
|
pure virtual |
Implemented in CL_SoundProviderType_Register< SoundProviderClass >.