#include <soundprovider_type.h>
Inheritance diagram for CL_SoundProviderType:

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