![]() |
Previous | Next |
The ChannelCount property retrieves a value indicating whether the audio stream is in mono or stereo.
Syntax
Application.ProfileManager.Item(profileIndex).Item(streamIndex).ChannelCount
Possible Values
This property is a read/write Number (long) containing one of the following values. Specifying this value is not supported in this release.
Value | Description |
0 | Mono |
1 | Stereo |
See Also
Previous | Next |