Enum ittech::SurroundMode[][src]

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

impl Clone for SurroundMode[src]

impl Copy for SurroundMode[src]

impl Debug for SurroundMode[src]

impl PartialEq<SurroundMode> for SurroundMode[src]

impl StructuralPartialEq for SurroundMode[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.