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