Defines the display type of the output meter.
Declaration Syntax
C# | Visual Basic |
public enum OutputMeterDisplayType
Public Enumeration OutputMeterDisplayType
Members
Member | Description |
---|---|
LeftChannel |
Displays only the left channel.
|
RightChannel |
Displays only the right channel.
|
Stereo |
Displays the left and right channel.
|
Mix |
Displays only one channel (mix of left/right channels).
|