Skip to content

enum SF::SoundSource::Status #

Enumeration of the sound source states

Members#

Stopped = 0#

Sound is not playing

Paused = 1#

Sound is paused

Playing = 2#

Sound is playing

Methods#

#paused?#

View source

#playing?#

View source

#stopped?#

View source