Table of Contents

Enum JpegType

Namespace
VAST.Codecs.Jpeg
Assembly
VAST.Common.dll

Specifies the JPEG chroma subsampling type.

public enum JpegType : byte

Fields

Undetermined = 255

Subsampling type has not been determined.

Yuv420 = 1

YUV 4:2:0 subsampling.

Yuv422 = 0

YUV 4:2:2 subsampling.