ASFAudioChannels
property
Delphi
property ASFAudioChannels: LongInt read GetASFAudioChannels write SetASFAudioChannels default DEF_ASFAudioChannels;
C++Builder
__property System::LongInt ASFAudioChannels = {read=GetASFAudioChannels, write=SetASFAudioChannels, default=-1};
C#
public int ASFAudioChannels { get; set; }
VB.NET
Public Property ASFAudioChannels As Integer
C++/Qt
int GetASFAudioChannels ();
void SetASFAudioChannels (int Value);
Specifies the number of channels of the audio stream. If the specified value is -1, the default ASF value is used, or the current ASF profile value if an ASF profile is used.
1: 1 channel (mono)
2: 2 channels (stereo)