Struct matroska::Audio[][src]

pub struct Audio {
    pub sample_rate: f64,
    pub channels: u64,
    pub bit_depth: Option<u64>,
}

An audio track's specifications

Fields

The sample rate in Hz

The number of audio channels

The bit depth of each sample

Trait Implementations

impl Debug for Audio
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Audio

impl Sync for Audio