[][src]Trait alac_encoder::PcmFormat

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

Required methods

fn bits() -> u32

fn bytes() -> u32

fn flags() -> u32

Loading content...

Implementations on Foreign Types

impl PcmFormat for i16[src]

Loading content...

Implementors

Loading content...