Table of Contents

Enum AMFH264EncoderProfile

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

Defines H.264/AVC encoding profiles for AMD AMF H264 encoder.

public enum AMFH264EncoderProfile

Fields

ConstrainedBaseline = 0

Constrained Baseline Profile - Supports I and P slices, suitable for low-complexity devices.

Baseline = 1

Baseline Profile - Supports I and P slices, intended for low-delay applications.

Main = 2

Main Profile - Supports I, P and B slices, CABAC, and interlaced video.

High = 3

High Profile - Supports 8x8 transform and quantization scaling matrices.