ASFVideoBitRate
property
Delphi
property ASFVideoBitRate: LongInt read GetASFVideoBitRate write SetASFVideoBitRate default DEF_ASFVideoBitRate;
C++Builder
__property System::LongInt ASFVideoBitRate = {read=GetASFVideoBitRate, write=SetASFVideoBitRate, default=-1};
C#
public int ASFVideoBitRate { get; set; }
VB.NET
Public Property ASFVideoBitRate As Integer
C++/Qt
int GetASFVideoBitRate ();
void SetASFVideoBitRate (int Value);
Specifies the bit rate of the video stream in bits per second. If the specified value is -1, the default ASF value is used, or the current ASF profile value if an ASF profile is used. E.g. a value of 185000 specifies about 185 Kbits per second.