PictureFormat Enumeration |
Enumeration of supported picture formats.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum PictureFormat
Public Enumeration PictureFormat
public enum class PictureFormat
Members
| Member name | Value | Description |
---|
| NotSetOrUndefined | 0 |
Default PictureFormat to indicate that a property is not set or the format is not defined/unknown.
|
| Gray8 | 1 |
8-bit gray scale
|
| Rgb16 | 2 |
Picture is made up of 16-bit RGB (5,6,5)
|
| Rgb24 | 3 |
Picture is made up of 24-bit RGB (8,8,8)
|
| Rgb32 | 4 |
Picture is made up of 32-bit RGB (A8,8,8,8)
|
| Yv12 | 5 |
Y'VU Planar format
|
| Yuv420 | 6 |
Y'UV Planar format
|
See Also