Struct mp4parse::OpusSpecificBox [] [src]

pub struct OpusSpecificBox {
    pub version: u8,
    // some fields omitted
}

Represent an OpusSpecificBox 'dOps'

Fields

Trait Implementations

impl Debug for OpusSpecificBox
[src]

Formats the value using the given formatter.

impl Clone for OpusSpecificBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more