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

A video frame with immutable data.

Implementations§

Get frame pixel format.

Get frame width.

Get frame height.

Get picture planes.

Get frame time base.

Set frame time base. (This will rescale the current timestamp into a given time base.)

Get timestamp estimated using various heuristics.

Get presentation timestamp.

Set presentation timestamp.

Get picture type

Try to make this frame mutable. Returns VideoFrameMut if it can be made into mutable without copying the data, otherwise returns VideoFrame.

Make this frame mutable. This will copy the data if it is not already mutable.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Executes the destructor for this type. Read more
Converts to this type from the input type.

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.