#include <soundprovider_type_register.h>
Inheritance diagram for CL_SoundProviderType_Register< SoundProviderClass >:

Public Member Functions | |
Construction | |
| CL_SoundProviderType_Register (const CL_String &type) | |
| Registers sound provider type in the CL_SoundProviderFactory. | |
Operations | |
| virtual CL_SoundProvider * | load (const CL_String &filename, bool stream, const CL_VirtualDirectory &directory) |
| Called to load static with this sound provider type. | |
| virtual CL_SoundProvider * | load (CL_IODevice &file, bool stream) |
| Called to load static with this sound provider type. | |
|
||||||||||
|
Registers sound provider type in the CL_SoundProviderFactory.
|
|
||||||||||||||||
|
Called to load static with this sound provider type.
Implements CL_SoundProviderType. |
|
||||||||||||||||||||
|
Called to load static with this sound provider type.
Implements CL_SoundProviderType. |
1.4.6