Defines the wave form display type.
Declaration Syntax
C# | Visual Basic |
public enum WaveFormDisplayType
Public Enumeration WaveFormDisplayType
Members
Member | Description |
---|---|
LeftChannel |
Left channel.
|
RightChannel |
Right channel.
|
Stereo |
Stereo (left and right channels).
|
Mix |
Mix (mix of left/right channels).
|