Struct alsa::pcm::SwParams
[−]
[src]
pub struct SwParams<'a>(_, _);
snd_pcm_sw_params_t wrapper
pub struct SwParams<'a>(_, _);
snd_pcm_sw_params_t wrapper
impl<'a> SwParams<'a>
[src]fn set_avail_min(&self, v: Frames) -> Result<()>
fn get_avail_min(&self) -> Result<Frames>
fn set_start_threshold(&self, v: Frames) -> Result<()>
fn get_start_threshold(&self) -> Result<Frames>
fn set_stop_threshold(&self, v: Frames) -> Result<()>
fn get_stop_threshold(&self) -> Result<Frames>
fn set_tstamp_mode(&self, v: bool) -> Result<()>
fn get_tstamp_mode(&self) -> Result<bool>
fn dump(&self, o: &mut Output) -> Result<()>
impl<'a> Drop for SwParams<'a>
[src]impl<'a> Debug for SwParams<'a>
[src]