Enum cubeb::ChannelLayout [] [src]

#[repr(u32)]
pub enum ChannelLayout { Undefined, DualMono, DualMonoLfe, Mono, MonoLfe, Stereo, StereoLfe, Layout3F, Layout3FLfe, Layout2F1, Layout2F1Lfe, Layout3F1, Layout3F1Lfe, Layout2F2, Layout2F2Lfe, Layout3F2, Layout3F2Lfe, Layout3F3RLfe, Layout3F4Lfe, }

SMPTE channel layout (also known as wave order)


Name | Channels

DUAL-MONO | L R DUAL-MONO-LFE | L R LFE MONO | M MONO-LFE | M LFE STEREO | L R STEREO-LFE | L R LFE 3F | L R C 3F-LFE | L R C LFE 2F1 | L R S 2F1-LFE | L R LFE S 3F1 | L R C S 3F1-LFE | L R C LFE S 2F2 | L R LS RS 2F2-LFE | L R LFE LS RS 3F2 | L R C LS RS 3F2-LFE | L R C LFE LS RS 3F3R-LFE | L R C LFE RC LS RS

3F4-LFE | L R C LFE RLS RRS LS RS

The abbreviation of channel name is defined in following table:

Abbr | Channel name

M | Mono L | Left R | Right C | Center LS | Left Surround RS | Right Surround RLS | Rear Left Surround RC | Rear Center RRS | Rear Right Surround

LFE | Low Frequency Effects

Variants

Trait Implementations

impl Copy for ChannelLayout
[src]

impl Clone for ChannelLayout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<u32> for ChannelLayout
[src]

impl PartialEq<ChannelLayout> for ChannelLayout
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for ChannelLayout
[src]

[src]

Formats the value using the given formatter.

impl Into<u32> for ChannelLayout
[src]

[src]

Performs the conversion.

impl Eq for ChannelLayout
[src]