The fields of Android.Graphics.ImageFormat are listed below. For a list of all members, see the ImageFormat Members list.
See Also: Inherited members from Java.Lang.Object
const | Jpeg | ImageFormatType (256). Compressed JPEG format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Nv16 | ImageFormatType (16). YCbCr format, used for video. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Nv21 | ImageFormatType (17). YCrCb format used for images, which uses the NV21 encoding format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Raw10 | ImageFormatType (37).
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | RawSensor | ImageFormatType (32). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Rgb565 | ImageFormatType (4). RGB format used for pictures encoded as RGB_565. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Unknown | ImageFormatType (0). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Yuv420888 | ImageFormatType (35). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Yuy2 | ImageFormatType (20). YCbCr format used for images, which uses YUYV (YUY2) encoding format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
const | Yv12 | ImageFormatType (842094169). |