Enum NVENCVideoEncoderInterlaceMode
NVENC video encoder interlace mode.
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public enum NVENCVideoEncoderInterlaceMode
Fields
Name | Description |
---|---|
VFMFVideoInterlace_FieldInterleavedLowerFirst | Interlaced frames. Each frame contains two fields. The field lines are interleaved, with the lower field appearing on the first line. |
VFMFVideoInterlace_FieldInterleavedUpperFirst | Interlaced frames. Each frame contains two fields. The field lines are interleaved, with the upper field appearing on the first line. |
VFMFVideoInterlace_FieldSingleLower | Interlaced frames. Each frame contains one field, with the lower field appearing first. |
VFMFVideoInterlace_FieldSingleUpper | Interlaced frames. Each frame contains one field, with the upper field appearing first. |
VFMFVideoInterlace_MixedInterlaceOrProgressive | The stream contains a mix of interlaced and progressive modes. |
VFMFVideoInterlace_Progressive | Progressive frames. |
VFMFVideoInterlace_Unknown | The type of interlacing is not known. |