Struct mp4parse_capi::Mp4parseTrackInfo[][src]

#[repr(C)]
pub struct Mp4parseTrackInfo { pub track_type: Mp4parseTrackType, pub track_id: u32, pub duration: u64, pub media_time: CheckedInteger<i64>, }

Fields

track_type: Mp4parseTrackTypetrack_id: u32duration: u64media_time: CheckedInteger<i64>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.