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

pub struct PCM(_, _);

snd_pcm_t wrapper - start here for audio playback and recording

Methods

impl PCM
[src]

[src]

Wrapper around open that takes a &str instead of a &CStr

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Experimental: Read buffers by talking to the kernel directly, bypassing alsa-lib.

[src]

Experimental: Write buffers by talking to the kernel directly, bypassing alsa-lib.

[src]

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Send for PCM
[src]

impl Drop for PCM
[src]

[src]

Executes the destructor for this type. Read more

impl PollDescriptors for PCM
[src]

[src]

[src]

[src]

[src]

Wrapper around count and fill - returns an array of pollfds