enum EE::Audio::SoundSource::Status¶
Overview¶
Enumeration of the sound source states. More…
#include <soundsource.hpp> enum Status { Stopped, Paused, Playing, };
Detailed Documentation¶
Enumeration of the sound source states.
Enum Values¶
Stopped
Sound is not playing.
Paused
Sound is paused.
Playing
Sound is playing.