AVComponentDescriptor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

depth
int depth;

Number of bits in the component.

depth_minus1
int depth_minus1;

deprecated, use depth instead

offset
int offset;

Number of elements before the component of the first pixel. Elements are bits for bitstream formats, bytes otherwise.

offset_plus1
int offset_plus1;

deprecated, use offset instead

plane
int plane;

Which of the 4 planes contains the component.

shift
int shift;

Number of least significant bits that must be shifted away to get the value.

step
int step;

Number of elements between 2 horizontally consecutive pixels. Elements are bits for bitstream formats, bytes otherwise.

step_minus1
int step_minus1;

deprecated, use step instead

Meta