Table of Contents

Enum QSVH264EncSEIInsertMode

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

QSV H264 encoder SEI insert mode.

public enum QSVH264EncSEIInsertMode

Fields

Insert = 0

Insert SEI.

InsertAndDrop = 1

Insert SEI and remove corresponding meta from output buffer.

Disabled = 2

Disable SEI insertion.