Mpeg42VideoEncoderConfigurationRateControl Property |
Rate control configuration
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Mpeg4RateControl RateControl { get; set; }
Public Property RateControl As Mpeg4RateControl
Get
Set
public:
property Mpeg4RateControl^ RateControl {
Mpeg4RateControl^ get ();
void set (Mpeg4RateControl^ value);
}
member RateControl : Mpeg4RateControl with get, set
Property Value
Type:
Mpeg4RateControlSee Also