This is the complete list of members for cugl::AudioQueue, including all inherited members.
advance(unsigned int steps=0, float fade=DEFAULT_FADE) | cugl::AudioQueue | |
AudioEngine class | cugl::AudioQueue | friend |
AudioQueue() | cugl::AudioQueue | |
clear(float fade=DEFAULT_FADE) | cugl::AudioQueue | |
clearPending() | cugl::AudioQueue | |
current() const | cugl::AudioQueue | |
enqueue(const std::shared_ptr< Sound > &music, bool loop=false, float volume=1.0f, float fade=0.0f) | cugl::AudioQueue | |
enqueue(const std::shared_ptr< audio::AudioNode > &graph, bool loop=false, float volume=1.0f, float fade=0.0f) | cugl::AudioQueue | |
getDuration() const | cugl::AudioQueue | |
getElements() const | cugl::AudioQueue | |
getMusicListener() const | cugl::AudioQueue | inline |
getOverlap() const | cugl::AudioQueue | |
getPanFactor() const | cugl::AudioQueue | |
getPending() const | cugl::AudioQueue | |
getState() const | cugl::AudioQueue | |
getTimeElapsed() const | cugl::AudioQueue | |
getTimeRemaining() const | cugl::AudioQueue | |
getVolume() const | cugl::AudioQueue | |
isLoop() const | cugl::AudioQueue | |
pause(float fade=DEFAULT_FADE) | cugl::AudioQueue | |
play(const std::shared_ptr< Sound > &music, bool loop=false, float volume=1.0f, float fade=0.0f) | cugl::AudioQueue | |
play(const std::shared_ptr< audio::AudioNode > &graph, bool loop=false, float volume=1.0f, float fade=0.0f) | cugl::AudioQueue | |
resume() | cugl::AudioQueue | |
setListener(std::function< void(const std::string, bool)> callback) | cugl::AudioQueue | inline |
setLoop(bool loop) | cugl::AudioQueue | |
setOverlap(float time) | cugl::AudioQueue | |
setPanFactor(float pan) | cugl::AudioQueue | |
setTimeElapsed(float time) | cugl::AudioQueue | |
setTimeRemaining(float time) | cugl::AudioQueue | |
setVolume(float volume) | cugl::AudioQueue | |
~AudioQueue() | cugl::AudioQueue | inline |