The members of Android.Graphics.ImageFormat are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetBitsPerPixel(ImageFormatType)Use this function to retrieve the number of bits per pixel of an ImageFormat. |