Struct alsa::mixer::Mixer[][src]

pub struct Mixer(_);

Methods

impl Mixer
[src]

Opens a mixer and attaches it to a card identified by its name (like hw:0) and loads the mixer after registering a Selem.

Creates a Selem by looking for a specific selem by name given a mixer (of a card)

Important traits for Iter<'a>

Trait Implementations

impl Debug for Mixer
[src]

Formats the value using the given formatter. Read more

impl Send for Mixer
[src]

impl Drop for Mixer
[src]

Closes mixer and frees used resources

Executes the destructor for this type. Read more

impl PollDescriptors for Mixer
[src]

Wrapper around count and fill - returns an array of pollfds

Auto Trait Implementations

impl !Sync for Mixer