ImageFormatType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ImageFormatType
type ImageFormatType =
- Inheritance
-
ImageFormatType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Rgb565 | 4 | RGB format used for pictures encoded as RGB_565. |
Nv16 | 16 | YCbCr format, used for video. |
Nv21 | 17 | YCrCb format used for images, which uses the NV21 encoding format. |
Yuy2 | 20 | YCbCr format used for images, which uses YUYV (YUY2) encoding format. This is an alternative format for camera preview images. |
RawSensor | 32 | |
Private | 34 | |
Yuv420888 | 35 | |
RawPrivate | 36 | |
Raw10 | 37 | |
Raw12 | 38 | |
Yuv422888 | 39 | |
Yuv444888 | 40 | |
FlexRgb888 | 41 | |
FlexRgba8888 | 42 | |
YcbcrP010 | 54 | |
Jpeg | 256 | Encoded formats. |
DepthPointCloud | 257 | |
JpegR | 4101 | |
Y8 | 538982489 | |
Yv12 | 842094169 | |
Depth16 | 1144402265 | |
Heic | 1212500294 | |
DepthJpeg | 1768253795 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.