Type Alias alsa::direct::pcm::MmapPlayback

source ·
pub type MmapPlayback<S> = MmapIO<S, Playback>;

Aliased Type§

struct MmapPlayback<S> { /* private fields */ }

Implementations§

source§

impl<S> MmapPlayback<S>

source

pub fn write<I: Iterator<Item = S>>(&mut self, i: &mut I) -> Frames

Write samples to the kernel ringbuffer.