Struct web_audio_api::node::ChannelMergerOptions
source ·
[−]pub struct ChannelMergerOptions {
pub number_of_inputs: u32,
pub channel_config: ChannelConfigOptions,
}Expand description
Options for constructing a ChannelMergerNode
Fields
number_of_inputs: u32channel_config: ChannelConfigOptions