Class template to register a sound provider type. More...
#include <soundprovider_type_register.h>
Public Member Functions | |
Construction | |
SoundProviderType_Register (const std::string &type) | |
Registers sound provider type in the SoundProviderFactory. More... | |
Operations | |
virtual SoundProvider * | load (const std::string &filename, bool stream, const FileSystem &fs) override |
Called to load static with this sound provider type. More... | |
virtual SoundProvider * | load (IODevice &file, bool stream) override |
Called to load static with this sound provider type. More... | |
![]() | |
SoundProviderType (const std::string &type) | |
Registers a sound provider type in the SoundProviderFactory. More... | |
virtual | ~SoundProviderType () |
Unregisters a sound provider type in the SoundProviderFactory. More... | |
Class template to register a sound provider type.