Skip to main content

snd_pcm_channel_area_t

Type Alias snd_pcm_channel_area_t 

Source
pub type snd_pcm_channel_area_t = _snd_pcm_channel_area;

Aliased Type§

#[repr(C)]
pub struct snd_pcm_channel_area_t { pub addr: *mut c_void, pub first: u32, pub step: u32, }

Fields§

§addr: *mut c_void§first: u32§step: u32