Struct ogg_metadata::TheoraMetadata [] [src]

pub struct TheoraMetadata {
    pub pixels_width: u32,
    pub pixels_height: u32,
}

Metadata for the Theora video codec.

Fields

Trait Implementations

impl Debug for Metadata
[src]

Formats the value using the given formatter.