Trait ogg_metadata::AudioMetadata [] [src]

pub trait AudioMetadata {
    fn get_output_channel_count(&self) -> u8;
    fn get_duration(&self) -> Option<Duration>;
}

Required Methods

Implementors