Table of Contents

Enum QSVHEVCEncSEIInsertMode

Namespace
VisioForge.Core.Types.X.VideoEncoders
Assembly
VisioForge.Core.dll

QSV HEVC encoder SEI insert mode.

public enum QSVHEVCEncSEIInsertMode

Fields

Insert = 0

Insert SEI.

InsertAndDrop = 1

Insert SEI and remove corresponding meta from output buffer.

Disabled = 2

Disable SEI insertion.