VideoFormatInfo

Information for a video format.

Members

Functions

component
void component(uint plane, int components)

Fill components with the number of all the components packed in plane p for the format info. A value of -1 in components indicates that no more components are packed in the plane.

extrapolateStride
int extrapolateStride(int plane, int stride)

Extrapolate plane stride from the first stride of an image. This helper is useful to support legacy API were only one stride is supported.