enum

SF::SoundSource::Status

Inherits Enum / Comparable / Value / Object

Enumeration of the sound source states

Constants

Stopped = 0

Sound is not playing

Paused = 1

Sound is paused

Playing = 2

Sound is playing

Instance methods

paused?

Returns true if this enum value equals Paused

Source
playing?

Returns true if this enum value equals Playing

Source
stopped?

Returns true if this enum value equals Stopped

Source