Struct alsa::pcm::Status
[−]
[src]
pub struct Status(_);
snd_pcm_status_t wrapper
pub struct Status(_);
snd_pcm_status_t wrapper
impl Status
[src]fn get_htstamp(&self) -> timespec
fn get_trigger_htstamp(&self) -> timespec
fn get_audio_htstamp(&self) -> timespec
fn get_state(&self) -> State
fn get_avail(&self) -> Frames
fn get_delay(&self) -> Frames
fn get_avail_max(&self) -> Frames
fn get_overrange(&self) -> Frames
fn dump(&self, o: &mut Output) -> Result<()>