Table of Contents

Enum Constants

Namespace
VisioForge.Core.NvidiaMaxine.VideoEffects
Assembly
VisioForge.Core.dll

Constants.

public enum Constants

Fields

NVCV_601 = 0

The Rec.601 YUV colorspace, typically used for SD.

NVCV_709 = 1

The Rec.709 YUV colorspace, typically used for HD.

NVCV_2020 = 2

The Rec.2020 YUV colorspace.

NVCV_VIDEO_RANGE = 0

The video range is [16, 235].

NVCV_FULL_RANGE = 4

The video range is [ 0, 255].

NVCV_CHROMA_COSITED = 0

The chroma is sampled at the same location as the luma samples horizontally.

NVCV_CHROMA_INTERSTITIAL = 8

The chroma is sampled between luma samples horizontally.

NVCV_CHROMA_TOPLEFT = 16

The chroma is sampled at the same location as the luma samples horizontally and vertically.

NVCV_CHROMA_MPEG2 = 0

MPEG-2.

NVCV_CHROMA_MPEG1 = 8

MPEG-1.

NVCV_CHROMA_JPEG = 8

JPEG.

NVCV_CHROMA_H261 = 8

H261.