Enum web_audio_api::buffer::ChannelInterpretation [−][src]
pub enum ChannelInterpretation {
Speakers,
Discrete,
}
Expand description
The meaning of the channels, defining how audio up-mixing and down-mixing will happen.
Variants
Speakers
Discrete
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChannelInterpretation
impl Send for ChannelInterpretation
impl Sync for ChannelInterpretation
impl Unpin for ChannelInterpretation
impl UnwindSafe for ChannelInterpretation
Blanket Implementations
Mutably borrows from an owned value. Read more