Enum AMFH264EncoderProfile
- Assembly
- VisioForge.Core.dll
Defines H.264/AVC encoding profiles for AMD AMF H264 encoder.
public enum AMFH264EncoderProfileFields
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.