Struct audiostream::MonoAdapter
[-]
[+]
[src]
pub struct MonoAdapter<F, T> {
// some fields omitted
}Generalizes a MonoSource into Source.
pub struct MonoAdapter<F, T> {
// some fields omitted
}Generalizes a MonoSource into Source.
impl<F, T> Source for MonoAdapter<F, T> where F: Sample, T: MonoSource<Output=F>type Output = Ffn next<'a>(&'a mut self) -> SourceResult<'a, F>
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).