Enum H264EncoderType
H264 encoder type.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum H264EncoderType
Fields
| Name | Description |
|---|---|
| CustomEncoder | The custom encoder, specified by element name. |
| GPU_AMD_H264 | The GPU AMD/ATI H264 encoder. |
| GPU_Intel_QSV_H264 | The GPU Intel QuickSync H264 encoder. |
| GPU_Nvidia_H264 | The GPU Nvidia H264 encoder. |
| OpenH264 | The OpenH264 encoder. |
| VAAPI_H264 | The VAAPI H264 encoder. |