SoundSourceState

Declaration

enum class SoundSourceState {
        Playing,
        Paused,
        Stopped
};

Notes

SoundSourceState is an enum used to give the state of a SoundSourceID. Stopped either means that the sound source is not played anymore (and not paused) or that it never existed.