Struct alsa::pcm::Info
[−]
[src]
pub struct Info(_);
pub struct Info(_);
impl Info
[src]fn new() -> Result<Info>
fn get_card(&self) -> i32
fn get_device(&self) -> u32
fn get_subdevice(&self) -> u32
fn get_id(&self) -> Result<&str>
fn get_name(&self) -> Result<&str>
fn get_subdevice_name(&self) -> Result<&str>
impl Drop for Info
[src]