32 #include "../../Core/IOData/file_system.h"
40 class InputSourceProvider;
SoundProviderType(const std::string &type)
Registers a sound provider type in the SoundProviderFactory.
Sound provider.
Definition: soundprovider.h:45
I/O Device interface.
Definition: iodevice.h:50
Sound provider type.
Definition: soundprovider_type.h:44
Virtual File System (VFS).
Definition: file_system.h:47
virtual ~SoundProviderType()
Unregisters a sound provider type in the SoundProviderFactory.
virtual SoundProvider * load(const std::string &filename, bool streamed, const FileSystem &file_system)=0
Called to load with this sound provider type.