struct Protocol::WebAudio::NodesConnected

Overview

Notifies that two AudioNodes are connected.

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 context_id : GraphObjectId #

[View source]
def destination_id : GraphObjectId #

[View source]
def destination_input_index : Number::Primitive | Nil #

[View source]
def source_id : GraphObjectId #

[View source]
def source_output_index : Number::Primitive | Nil #

[View source]