31 #include "../../Core/IOData/file_system.h" 39 class InputSourceProvider;
53 virtual std::unique_ptr<SoundProvider>
load(
58 virtual std::unique_ptr<SoundProvider>
load(
SoundProviderType(const std::string &type)
Registers a sound provider type in the SoundProviderFactory.
I/O Device interface.
Definition: iodevice.h:49
Sound provider type.
Definition: soundprovider_type.h:43
Virtual File System (VFS).
Definition: file_system.h:46
virtual std::unique_ptr< SoundProvider > load(const std::string &filename, bool streamed, const FileSystem &file_system)=0
Called to load with this sound provider type.
virtual ~SoundProviderType()
Unregisters a sound provider type in the SoundProviderFactory.