This is the complete list of members for clan::SoundBuffer, including all inherited members.
add_filter(SoundFilter &filter) | clan::SoundBuffer | |
get_pan() const | clan::SoundBuffer | |
get_provider() const | clan::SoundBuffer | |
get_volume() const | clan::SoundBuffer | |
is_null() const | clan::SoundBuffer | inline |
load(const std::string &id, const XMLResourceDocument &doc) | clan::SoundBuffer | static |
play(bool looping=false, SoundOutput *output=nullptr) | clan::SoundBuffer | |
prepare(bool looping=false, SoundOutput *output=nullptr) | clan::SoundBuffer | |
remove_filter(SoundFilter &filter) | clan::SoundBuffer | |
resource(const std::string &id, const ResourceManager &resources) | clan::SoundBuffer | static |
set_pan(float new_pan) | clan::SoundBuffer | |
set_volume(float new_volume) | clan::SoundBuffer | |
SoundBuffer() | clan::SoundBuffer | |
SoundBuffer(SoundProvider *provider) | clan::SoundBuffer | |
SoundBuffer(const std::string &fullname, bool streamed=false, const std::string &format="") | clan::SoundBuffer | |
SoundBuffer(const std::string &filename, bool streamed, const FileSystem &fs, const std::string &type="") | clan::SoundBuffer | |
SoundBuffer(IODevice &file, bool streamed, const std::string &type) | clan::SoundBuffer | |
throw_if_null() const | clan::SoundBuffer | |
~SoundBuffer() | clan::SoundBuffer | virtual |