39        class InputSourceProvider;
 
   40        class SoundProviderType;
 
   55                        const std::string &filename,
 
   58                        const std::string &type = std::string()
 
   63                        const std::string &fullname,
 
   65                        const std::string &type = std::string());
 
   71                        const std::string &type);
 
 
Virtual File System (VFS).
Definition file_system.h:47
I/O Device interface.
Definition iodevice.h:50
Sound Provider Factor class.
Definition soundprovider_factory.h:46
static SoundProvider * load(const std::string &fullname, bool streamed, const std::string &type=std::string())
Loads an sample file from 'filename', using the provider identified by 'type'.
static SoundProvider * load(const std::string &filename, bool streamed, const FileSystem &fs, const std::string &type=std::string())
Loads an sample file from 'filename', using the provider identified by 'type'.
static SoundProvider * load(IODevice &file, bool streamed, const std::string &type)
Loads an sample file from 'file', using the provider identified by 'type'.
Sound provider.
Definition soundprovider.h:46