Struct alsa::pcm::PCM [] [src]

pub struct PCM(_, _);

snd_pcm_t wrapper - start here for audio playback and recording

Methods

impl PCM
[src]

Sets hw parameters. Note: No IO object can exist for this PCM when hw parameters are set.

Trait Implementations

impl Send for PCM
[src]

impl Drop for PCM
[src]

A method called when the value goes out of scope. Read more

impl PollDescriptors for PCM
[src]

Wrapper around count and fill - returns an array of pollfds