|
ClanLib
2.3.7
|
Class template to register a sound provider type. More...
#include <soundprovider_type_register.h>

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