H264VideoEncoderConfigurationSpeed Property |
Gets or sets the Speed of the H.264 encoder.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H264Speed Speed { get; set; }
Public Property Speed As H264Speed
Get
Set
public:
property H264Speed Speed {
H264Speed get ();
void set (H264Speed value);
}
member Speed : H264Speed with 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