Struct mp4parse::FLACSpecificBox [] [src]

pub struct FLACSpecificBox {
    pub blocks: Vec<FLACMetadataBlock>,
    // some fields omitted
}

Represet a FLACSpecificBox 'dfLa'

Fields

Trait Implementations

impl Debug for FLACSpecificBox
[src]

Formats the value using the given formatter.

impl Clone for FLACSpecificBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more