pub struct AudioNode {
pub node_id: GraphObjectId,
pub context_id: GraphObjectId,
pub node_Type: NodeType,
pub number_of_inputs: JsFloat,
pub number_of_outputs: JsFloat,
pub channel_count: JsFloat,
pub channel_count_mode: ChannelCountMode,
pub channel_interpretation: ChannelInterpretation,
}Fields§
§node_id: GraphObjectId§context_id: GraphObjectId§node_Type: NodeType§number_of_inputs: JsFloat§number_of_outputs: JsFloat§channel_count: JsFloat§channel_count_mode: ChannelCountMode§channel_interpretation: ChannelInterpretationTrait Implementations§
source§impl<'de> Deserialize<'de> for AudioNode
impl<'de> Deserialize<'de> for AudioNode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more