Struct ogg_metadata::OpusMetadata [] [src]

pub struct OpusMetadata {
    pub output_channels: u8,
    pub length_in_48khz_samples: Option<u64>,
}

Metadata for the Opus audio codec.

Fields

The number of samples in this piece

While opus has a varying sample rate, the per-page sample counter operates on units of 48khz.

Trait Implementations

impl AudioMetadata for Metadata
[src]

impl Debug for Metadata
[src]

Formats the value using the given formatter.