enum Protocol::WebAudio::ContextState

Overview

Enum of AudioContextState from the spec

Defined in:

protocol/web_audio.cr

Enum Members

Suspended = 0
Running = 1
Closed = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def closed? #

[View source]
def running? #

[View source]
def suspended? #

[View source]