Trait alto::LoopbackFrame [] [src]

pub unsafe trait LoopbackFrame: SampleFrame {
    fn channels(&ALC_SOFT_loopback) -> AltoResult<ALint>;
    fn sample_ty(&ALC_SOFT_loopback) -> AltoResult<ALint>;
}

A sample frame that is supported as a loopback device output format.

Required Methods

Implementors