enum Protocol::WebAudio::ChannelCountMode

Overview

Enum of AudioNode::ChannelCountMode from the spec

Defined in:

protocol/web_audio.cr

Enum Members

ClampedMax = 0
Explicit = 1
Max = 2

Instance Method Summary

Class methods inherited from struct Enum

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

Instance Method Detail

def clamped_max? #

[View source]
def explicit? #

[View source]
def max? #

[View source]