Enum JpegType
Specifies the JPEG chroma subsampling type.
public enum JpegType : byte
Fields
Undetermined = 255Subsampling type has not been determined.
Yuv420 = 1YUV 4:2:0 subsampling.
Yuv422 = 0YUV 4:2:2 subsampling.
Specifies the JPEG chroma subsampling type.
public enum JpegType : byte
Undetermined = 255Subsampling type has not been determined.
Yuv420 = 1YUV 4:2:0 subsampling.
Yuv422 = 0YUV 4:2:2 subsampling.