Enum web_audio_api::node::ChannelInterpretation
source · pub enum ChannelInterpretation {
Speakers,
Discrete,
}
Expand description
The meaning of the channels, defining how audio up-mixing and down-mixing will happen.
Variants§
Trait Implementations§
source§impl Clone for ChannelInterpretation
impl Clone for ChannelInterpretation
source§fn clone(&self) -> ChannelInterpretation
fn clone(&self) -> ChannelInterpretation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChannelInterpretation
impl Debug for ChannelInterpretation
source§impl From<u32> for ChannelInterpretation
impl From<u32> for ChannelInterpretation
source§impl PartialEq<ChannelInterpretation> for ChannelInterpretation
impl PartialEq<ChannelInterpretation> for ChannelInterpretation
source§fn eq(&self, other: &ChannelInterpretation) -> bool
fn eq(&self, other: &ChannelInterpretation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.