pub struct MetaData { /* private fields */ }
Expand description

The data description for metadata

Implementations

Create new metadata struct

The length of the string in UTF8 characters. This includes the NULL terminating character. If this is 0, then the length is assumed to be the length of a NULL terminated string.

The timecode of this frame in 100ns intervals

The metadata as a UTF8 XML string. This is a NULL terminated string. according to the docs, metadata should be valid UTF-8 XML not sure how much it’s actually followed in practice

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.