[−][src]Trait alac::Sample
A type that can be used to represent audio samples.
Required Methods
fn from_decoder(sample: i32, bits: u8) -> Self
Constructs Self from a right-aligned sample with bit depth bits.
fn bits() -> u8
Implementations on Foreign Types
impl Sample for i16[src]
impl Sample for i16impl Sample for i32[src]
impl Sample for i32