Struct web_audio_api::buffer::ChannelConfig [−][src]
pub struct ChannelConfig { /* fields omitted */ }
Expand description
Config for up/down-mixing of channels for audio nodes
Implementations
Represents an enumerated value describing the way channels must be matched between the node’s inputs and outputs.
Represents an enumerated value describing the meaning of the channels. This interpretation will define how audio up-mixing and down-mixing will happen.
Represents an integer used to determine how many channels are used when up-mixing and down-mixing connections to any inputs to the node.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ChannelConfig
impl Send for ChannelConfig
impl Sync for ChannelConfig
impl Unpin for ChannelConfig
impl UnwindSafe for ChannelConfig
Blanket Implementations
Mutably borrows from an owned value. Read more