struct Protocol::WebAudio::NodesConnected
- Protocol::WebAudio::NodesConnected
- Struct
- Value
- Object
Overview
Notifies that two AudioNodes are connected.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/web_audio.crConstructors
Instance Method Summary
- #context_id : GraphObjectId
- #destination_id : GraphObjectId
- #destination_input_index : Number::Primitive | Nil
- #source_id : GraphObjectId
- #source_output_index : Number::Primitive | Nil