pub enum SurroundMode {
Center,
Quad,
}Variants§
Center
S9A Sets the surround mode to Center Surround for all channels.
This is the default mode. The S91 command will place the channel in the center of
the rear channels. Any panning command will bring it back to the front channels.
Quad
S9B Sets the surround mode to Quad Surround for all channels.
In this mode, panning commands can adjust the position of the rear channels. Switching
between the front and rear channels can only be done by using the S91 and S90 commands.
Trait Implementations§
Source§impl Clone for SurroundMode
impl Clone for SurroundMode
Source§fn clone(&self) -> SurroundMode
fn clone(&self) -> SurroundMode
Returns a duplicate 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 SurroundMode
impl Debug for SurroundMode
Source§impl PartialEq for SurroundMode
impl PartialEq for SurroundMode
impl Copy for SurroundMode
impl StructuralPartialEq for SurroundMode
Auto Trait Implementations§
impl Freeze for SurroundMode
impl RefUnwindSafe for SurroundMode
impl Send for SurroundMode
impl Sync for SurroundMode
impl Unpin for SurroundMode
impl UnwindSafe for SurroundMode
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