Struct audiostream::ao::AOSink
[-]
[+]
[src]
pub struct AOSink<'a, F, R> { // some fields omitted }
Sink writing to a libao device.
Consumes samples of format F
from a Source
R
.
pub struct AOSink<'a, F, R> { // some fields omitted }
Sink writing to a libao device.
Consumes samples of format F
from a Source
R
.
impl<'a, F, R> AOSink<'a, F, R> where F: Sample, R: Source<Output=F>
impl<'a, F: Sample + Interleave, R: Source<Output=F>> Sink for AOSink<'a, F, R>
fn run_once(&mut self) -> Option<()>
fn run(&mut self, term_cond: &AtomicBool)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).