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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for pa_channel_map_def_t
[src]

Formats the value using the given formatter. Read more

impl Copy for pa_channel_map_def_t
[src]

impl Eq for pa_channel_map_def_t
[src]

impl PartialEq<pa_channel_map_def_t> for pa_channel_map_def_t
[src]

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

This method tests for !=.

Auto Trait Implementations