Skip to content

ASFAudioBitRate

property

Delphi
property ASFAudioBitRate: LongInt read GetASFAudioBitRate write SetASFAudioBitRate  default DEF_ASFAudioBitRate;
C++Builder
__property System::LongInt ASFAudioBitRate = {read=GetASFAudioBitRate, write=SetASFAudioBitRate, default=-1};
C#
public int ASFAudioBitRate { get; set; }
VB.NET
Public Property ASFAudioBitRate As Integer
C++/Qt
int GetASFAudioBitRate ();
void SetASFAudioBitRate (int Value);

Specifies the bit rate of the audio 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 40000 specifies about 40 Kbits per second.