Click or drag to resize
VpxVideoEncoderConfiguration Class
VPX Video encoder configuration. Base class for VP8 and VP9 encoder configuration.
Inheritance Hierarchy

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VpxVideoEncoderConfiguration : VideoEncoderConfiguration

The VpxVideoEncoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodVpxVideoEncoderConfiguration
Initializes a new instance of the VpxVideoEncoderConfiguration class
Top
Properties
  NameDescription
Public propertyBitrate
Gets or sets the bitrate.
(Inherited from VideoEncoderConfiguration.)
Public propertyDeadline
Gets or sets the deadline/quality mode of the encoding proess.
Public propertyDecoderSpecificData
Decoder specific data used to initialize decoders. If applicable the encoder will assign this value automatically.
(Inherited from VideoEncoderConfiguration.)
Public propertyIFrameFrequency
Gets or sets the I-Frame frequency.
When set to 0, the encoder will decide when it is best create an I-Frame.
(Inherited from VideoEncoderConfiguration.)
Public propertyInitializationStatus
Gets or sets the initialization status.
(Inherited from VideoEncoderConfiguration.)
Public propertyInputFramerate
Gets or sets the input framerate.
This value is used to calculate the target bitrate for rate control.
(Inherited from VideoEncoderConfiguration.)
Public propertyInputHeight
Gets or sets the height of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyInputWidth
Gets or sets the width of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyLosslessMode
Gets or sets a value indicating whether the VP8 encoder is in lossless mode.
Public propertyMaximumQuantizer
Gets or sets the maximum quantizer value. Valid values are 0-63.
Public propertyMinimumQuantizer
Gets or sets the minimum quantizer value. Valid values are 0-63.
Top
Methods
  NameDescription
Public methodToTrackInfo
Creates a TrackInfo instance from a VideoEncoderConfiguration instance. The VideoEncoderConfiguration instance needs to be initialized by an Encoder.
(Inherited from VideoEncoderConfiguration.)
Public methodValidate (Inherited from VideoEncoderConfiguration.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also