WavChannelMode Enumeration
Specifies a WAV Channel Mode.
Namespace: DevCase.Core.Media.Sound.CodecInfoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WavChannelMode
Public Enumeration WavChannelMode
Dim instance As WavChannelMode
public enum class WavChannelMode
No code example is currently available or this language may not be supported.
SameAsSource |
0 |
Use same as source file.
|
Mono |
1 |
Mono.
|
Stereo |
2 |
Stereo.
|
Three |
3 |
Three channels.
|
Quadraphonic |
4 |
Quadraphonic.
|
Surround |
5 |
Surround.
|
SurroundDvd |
6 |
Surround DVD.
|
Seven |
7 |
Seven channels.
|
Theater |
8 |
Theater.
|