Click or drag to resize
H264VideoEncoderConfigurationSpeed Property
Gets or sets the Speed of the H.264 encoder.

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

Property Value

Type: H264Speed
Since Speed and Quality are indirectly proportional. The Speed property allows the user to fine-tune the required Quality to Speed tradeoff.
See Also