Enum libpulse_binding::channelmap::MapDef [] [src]

#[repr(C)]
pub enum MapDef { AIFF, ALSA, Aux, WAVEEx, OSS, }

Variants

The mapping from RFC3551, which is based on AIFF-C.

The default mapping used by ALSA. This mapping is probably not too useful since ALSA's default channel mapping depends on the device string used.

Only aux channels.

Microsoft's WAVEFORMATEXTENSIBLE mapping. This mapping works as if all LSBs of dwChannelMask are set.

The default channel mapping used by OSS as defined in the OSS 4.0 API specs. This mapping is probably not too useful since the OSS API has changed in this respect and no longer knows a default channel mapping based on the number of channels.

Trait Implementations

impl Copy for pa_channel_map_def_t
[src]

impl Clone for pa_channel_map_def_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for pa_channel_map_def_t
[src]

impl PartialEq<pa_channel_map_def_t> for pa_channel_map_def_t
[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 pa_channel_map_def_t
[src]

[src]

Formats the value using the given formatter.