C#
VB
Java
Objective-C
C++
An enumeration representing the supported image formats.
Members
| Value | Member | Description |
|---|---|---|
| 0 | YUV420 | YUV420 format. |
| 1 | YCbCr420 | YCbCr420 format. |
| 2 | YCrCb420 | YCrCb420 format. |
| 3 | RGB8888 | RGB8888 format. |
| 4 | BGR8888 | BGR8888 format. |
| 5 | RGB888 | RGB888 format. |
| 6 | BGR888 | BGR888 format. |