VideoCompression_DataRate
Delphi
property VideoCompression_DataRate: LongInt read GetVideoCompression_DataRate write SetVideoCompression_DataRate default DEF_VideoCompression_DataRate;
C++Builder
__property System::LongInt VideoCompression_DataRate = {read=GetVideoCompression_DataRate, write=SetVideoCompression_DataRate, default=-1};
C#
public int VideoCompression_DataRate { get; set; }
VB.NET
Public Property VideoCompression_DataRate As Integer
C++/Qt
int GetVideoCompression_DataRate ();
void SetVideoCompression_DataRate (int Value);
Used to specify the data rate that should be used for video compression. If the value specified is -1, the default data rate of the codec will be used. Use the OnVideoCompressionSettings event to know the default value for the current codec (see the Software compression by using codecs chapter for more explanations).