LameChannelMode Enumeration
Specifies a LAME 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 LameChannelMode
Public Enumeration LameChannelMode
Dim instance As LameChannelMode
public enum class LameChannelMode
No code example is currently available or this language may not be supported.
Auto |
0 |
Automatic mode.
|
Mono |
1 |
Mono.
|
Stereo |
2 |
Stereo.
|
Joint_Stereo |
3 |
Joint Stereo.
|
Forced_Joint_Stereo |
4 |
Forced Joint Stereo.
|
Forced_Stereo |
5 |
Forced Stereo.
|
Dual_Channels |
6 |
Dual Channel.
|