Table of Contents

Enum NVENCVideoEncoderInterlaceMode

Namespace
VisioForge.Core.Types.Output
Assembly
VisioForge.Core.dll

NVENC video encoder interlace mode.

public enum NVENCVideoEncoderInterlaceMode

Fields

VFMFVideoInterlace_Unknown = 0

The type of interlacing is not known.

VFMFVideoInterlace_Progressive = 2

Progressive frames.

VFMFVideoInterlace_FieldInterleavedUpperFirst = 3

Interlaced frames. Each frame contains two fields. The field lines are interleaved, with the upper field appearing on the first line.

VFMFVideoInterlace_FieldInterleavedLowerFirst = 4

Interlaced frames. Each frame contains two fields. The field lines are interleaved, with the lower field appearing on the first line.

VFMFVideoInterlace_FieldSingleUpper = 5

Interlaced frames. Each frame contains one field, with the upper field appearing first.

VFMFVideoInterlace_FieldSingleLower = 6

Interlaced frames. Each frame contains one field, with the lower field appearing first.

VFMFVideoInterlace_MixedInterlaceOrProgressive = 7

The stream contains a mix of interlaced and progressive modes.