Struct matroska::Info[][src]

pub struct Info {
    pub title: Option<String>,
    pub duration: Option<Duration>,
    pub date_utc: Option<DateTime<Utc>>,
    pub muxing_app: String,
    pub writing_app: String,
}

An Info segment with information pertaining to the entire file

Fields

The file's title

The file's duration

Production date

The muxing application or library

The writing application

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Info

impl Sync for Info