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