Table of Contents

Enum VPXEncoderType

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

VP8/VP9 encoder type.

public enum VPXEncoderType

Fields

VP8 = 0

The VP8.

VP9 = 1

The VP9.

QSV_VP9 = 2

The Intel QSV VP9.

CustomEncoder = 3

The custom encoder specified by element name.