Trait alac_encoder::PcmFormat[][src]

pub trait PcmFormat {
    fn bits() -> u32;
fn bytes() -> u32;
fn flags() -> u32; }

Required methods

Implementations on Foreign Types

Implementors