enum SF::SoundSource::Status

Overview

Enumeration of the sound source states

Defined in:

audio/obj.cr

Enum Members

Stopped = 0

Sound is not playing

Paused = 1

Sound is paused

Playing = 2

Sound is playing

Instance Method Summary

Instance Method Detail

def paused? #

[View source]
def playing? #

[View source]
def stopped? #

[View source]