pub enum LoudnessChannel {
Center,
Left,
Right,
LeftSurround,
RightSurround,
Lfe,
}Expand description
Semantic channel position used by ITU-R BS.1770 energy weighting.
Variants§
Center
Mono or front-center program channel.
Left
Front-left channel.
Right
Front-right channel.
LeftSurround
Left surround channel, weighted by 1.41 in BS.1770.
RightSurround
Right surround channel, weighted by 1.41 in BS.1770.
Lfe
Low-frequency-effects channel, excluded by BS.1770.
Trait Implementations§
Source§impl Clone for LoudnessChannel
impl Clone for LoudnessChannel
Source§fn clone(&self) -> LoudnessChannel
fn clone(&self) -> LoudnessChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoudnessChannel
Source§impl Debug for LoudnessChannel
impl Debug for LoudnessChannel
impl Eq for LoudnessChannel
Source§impl PartialEq for LoudnessChannel
impl PartialEq for LoudnessChannel
impl StructuralPartialEq for LoudnessChannel
Auto Trait Implementations§
impl Freeze for LoudnessChannel
impl RefUnwindSafe for LoudnessChannel
impl Send for LoudnessChannel
impl Sync for LoudnessChannel
impl Unpin for LoudnessChannel
impl UnsafeUnpin for LoudnessChannel
impl UnwindSafe for LoudnessChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more