RecordingAudioBitRate
property
Delphi
property RecordingAudioBitRate: LongInt read GetRecordingAudioBitRate write SetRecordingAudioBitRate default DEF_RecordingAudioBitRate;
C++Builder
__property System::LongInt RecordingAudioBitRate = {read=GetRecordingAudioBitRate, write=SetRecordingAudioBitRate, default=-1};
C#
public int RecordingAudioBitRate { get; set; }
VB.NET
Public Property RecordingAudioBitRate As Integer
C++/Qt
int GetRecordingAudioBitRate ();
void SetRecordingAudioBitRate (int Value);
specifies the audio bit rate used for the recording, expressed in Kb/sec. Default = -1 (no bit rate specified). This value is used by the Datastead RTSP DirectShow source filter.