alsa_sys

Type Alias snd_pcm_chmap_query_t

Source
pub type snd_pcm_chmap_query_t = snd_pcm_chmap_query;
Expand description

the header of array items returned from snd_pcm_query_chmaps()

Aliased Type§

struct snd_pcm_chmap_query_t {
    pub type_: u32,
    pub map: snd_pcm_chmap,
}

Fields§

§type_: u32

< channel map type

§map: snd_pcm_chmap

< available channel map

Trait Implementations

Source§

impl Debug for snd_pcm_chmap_query

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more