Click or drag to resize
VpxVideoEncoderConfigurationMaximumQuantizer Property
Gets or sets the maximum quantizer value. Valid values are 0-63.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int MaximumQuantizer { get; set; }

Property Value

Type: Int32
The maximum quantizer.
See Also