Remarks
Obtains the number of channels of the sound under editing.
Syntax
[Visual Basic]
control.GetChannels (
) as long
|
|
[C++]
long control.GetChannels (
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
> 0
|
The number of channels, 1 for Mono or 2 for Stereo
|
|