Trait alac::Sample [] [src]

pub trait Sample {
    fn from_decoder(sample: i32, bits: u8) -> Self;
    fn bits() -> u8;
}

Required Methods

Constructs Self from a right-aligned bits bit sample

Implementors