Trait allegro_audio::DataSample [] [src]

pub trait DataSample where Self: Sized {
    fn get_depth(_: Option<Self>) -> AudioDepth;
}

Required Methods

Implementors