Table of Contents

Enum MFH264EncoderRCMode

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

Rate control modes for the Media Foundation H264 encoder. Values match the GstMFH264EncRCMode enum on the mfh264enc element (cbr=0, pcvbr=1, uvbr=2, qvbr=3).

public enum MFH264EncoderRCMode

Fields

CBR = 0

Constant bitrate.

PCVBR = 1

Peak-constrained variable bitrate.

UVBR = 2

Unconstrained variable bitrate.

QVBR = 3

Quality-based variable bitrate.