Enum VPXEncoderType
VP8/VP9 encoder type.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum VPXEncoderType
Fields
Name | Description |
---|---|
CustomEncoder | The custom encoder specified by element name. |
QSV_VP9 | The Intel QSV VP9. |
VP8 | The VP8. |
VP9 | The VP9. |