H264VideoEncoderConfigurationRateControl Property |
Gets the rate control.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264RateControl RateControl { get; set; }
Public Property RateControl As H264RateControl
Get
Set
public:
property H264RateControl^ RateControl {
H264RateControl^ get ();
void set (H264RateControl^ value);
}
member RateControl : H264RateControl with get, set
Property Value
Type:
H264RateControl
The rate control.
See Also