DeviceChannel Enumeration
Specifies a Channel of an MMDevice.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DeviceChannel
Public Enumeration DeviceChannel
Dim instance As DeviceChannel
public enum class DeviceChannel
No code example is currently available or this language may not be supported.
Channel0 |
0 |
The left Channel (in Stereo devices).
|
Channel1 |
1 |
The right Channel (in Stereo devices).
|
Channel2 |
2 |
Channel number 2.
|
Channel3 |
3 |
Channel number 3.
|
Channel4 |
4 |
Channel number 4.
|
Channel5 |
5 |
Channel number 5.
|
Channel6 |
6 |
Channel number 6.
|
Channel7 |
7 |
Channel number 7.
|