struct Protocol::WebAudio::AudioNode

Overview

Protocol object for AudioNode

Included Modules

Defined in:

protocol/web_audio.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def channel_count : Number::Primitive #

[View source]
def channel_count_mode : ChannelCountMode #

[View source]
def channel_interpretation : ChannelInterpretation #

[View source]
def context_id : GraphObjectId #

[View source]
def node_id : GraphObjectId #

[View source]
def node_type : NodeType #

[View source]
def number_of_inputs : Number::Primitive #

[View source]
def number_of_outputs : Number::Primitive #

[View source]