FrameTypeInfoArray::createStandardTypesArray Method

Creates an array filled with frame types that are commonly used.
Syntax:
static FrameTypeInfoArray createStandardTypesArray();
Remarks:

This function inserts the following frame types into the array:

  • RGB32
  • RGB24
  • RGB565
  • RGB555
  • RGB8
  • Y800
See also: FrameTypeInfoArray, FrameTypeInfoArray::createRGBArray, FrameTypeInfoArray::createOptimalTypesArray

<< FrameTypeInfoArray