Enum Constants
Constants.
Namespace: VisioForge.Core.NvidiaMaxine.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum Constants
Fields
| Name | Description |
|---|---|
| NVCV_2020 | The Rec.2020 YUV colorspace. |
| NVCV_601 | The Rec.601 YUV colorspace, typically used for SD. |
| NVCV_709 | The Rec.709 YUV colorspace, typically used for HD. |
| NVCV_CHROMA_COSITED | The chroma is sampled at the same location as the luma samples horizontally. |
| NVCV_CHROMA_H261 | H261. |
| NVCV_CHROMA_INTERSTITIAL | The chroma is sampled between luma samples horizontally. |
| NVCV_CHROMA_JPEG | JPEG. |
| NVCV_CHROMA_MPEG1 | MPEG-1. |
| NVCV_CHROMA_MPEG2 | MPEG-2. |
| NVCV_CHROMA_TOPLEFT | The chroma is sampled at the same location as the luma samples horizontally and vertically. |
| NVCV_FULL_RANGE | The video range is [ 0, 255]. |
| NVCV_VIDEO_RANGE | The video range is [16, 235]. |