Enum symphonia_core::audio::Layout
source · pub enum Layout {
Mono,
Stereo,
TwoPointOne,
FivePointOne,
}
Expand description
Layout
describes common audio channel configurations.
Variants§
Mono
Single centre channel.
Stereo
Left and Right channels.
TwoPointOne
Left and Right channels with a single low-frequency channel.
FivePointOne
Front Left and Right, Rear Left and Right, and a single low-frequency channel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnwindSafe for Layout
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