Click or drag to resize
PictureFormat Enumeration
Enumeration of supported picture formats.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum PictureFormat
Members
  Member nameValueDescription
NotSetOrUndefined0 Default PictureFormat to indicate that a property is not set or the format is not defined/unknown.
Gray81 8-bit gray scale
Rgb162 Picture is made up of 16-bit RGB (5,6,5)
Rgb243 Picture is made up of 24-bit RGB (8,8,8)
Rgb324 Picture is made up of 32-bit RGB (A8,8,8,8)
Yv125 Y'VU Planar format
Yuv4206 Y'UV Planar format
See Also