Struct ac_ffmpeg::codec::video::frame::Plane

source ·
pub struct Plane<'a> { /* private fields */ }
Expand description

Picture plane (i.e. a planar array of pixel components).

Implementations§

Get plane data.

Get mutable plane data.

Get a single line.

Get a single mutable line.

Get an iterator over all lines.

Get an iterator over all mutable lines.

Get line size (note: the line size doesn’t necessarily need to be equal to picture width).

Get number of lines (note: the number of lines doesn’t necessarily need to be equal to to picture height).

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.