PixelFormat Enumeration¶
Namespace: id3.Devices
Definition¶
Enumerates supported pixel formats.
class PixelFormat
enum PixelFormat
public enum PixelFormat
public enum PixelFormat
typedef enum id3DevicesPixelFormat
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Undefined. |
|
10 |
8-bits grayscale. |
|
20 |
16-bits grayscale. |
|
25 |
Floating point grayscale. |
|
30 |
24 bits BGR. |
|
31 |
24 bits RGB. |
|
32 |
32 bits BGRA. |
|
40 |
NV12 (YUV semi-planar format). |
|
41 |
I420 (YUV packed format). |
|
42 |
YUY2 (YUV packed format). |
|
43 |
YV12 (YUV packed format). |