Table of Contents

Enum H264EncoderType

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

H264 encoder type.

public enum H264EncoderType

Fields

OpenH264 = 0

The OpenH264 encoder.

GPU_Intel_QSV_H264 = 1

The GPU Intel QuickSync H264 encoder.

GPU_Nvidia_H264 = 2

The GPU Nvidia H264 encoder.

GPU_AMD_H264 = 3

The GPU AMD/ATI H264 encoder.

VAAPI_H264 = 4

The VAAPI H264 encoder.

AMA_H264 = 5

The AMD AMA (Alveo MA35D) hardware H264 encoder (ama_h264enc). Linux only; requires the AMD AMA Video SDK.

CustomEncoder = 6

The custom encoder, specified by element name.