31 #include "soundprovider.h" 32 #include "../../Core/IOData/file_system.h" 39 class InputSourceProvider;
40 class SoundProvider_Vorbis_Impl;
76 std::shared_ptr<SoundProvider_Vorbis_Impl> impl;
Ogg Vorbis format sound provider.
Definition: soundprovider_vorbis.h:43
Sound provider.
Definition: soundprovider.h:45
I/O Device interface.
Definition: iodevice.h:49
SoundProvider_Vorbis(const std::string &filename, const FileSystem &fs, bool stream=false)
Constructs a sound provider based on an ogg vorbis (.ogg) file.
Virtual File System (VFS).
Definition: file_system.h:46
virtual SoundProvider_Session * begin_session() override
Called by SoundBuffer when a new session starts.
virtual void end_session(SoundProvider_Session *session) override
Called by SoundBuffer when a session has finished. After this call,.
Sound provider playback session.
Definition: soundprovider_session.h:45
virtual ~SoundProvider_Vorbis()
friend class SoundProvider_Vorbis_Session
Definition: soundprovider_vorbis.h:78