Enum AudioMixerValueType
- Namespace
- VisioForge.Core.Types
- Assembly
- VisioForge.Core.dll
Audio mixer value type. Specifies the type of audio mixer parameter that can be controlled.
public enum AudioMixerValueTypeFields
Enabled = 0-
Enabled. Controls whether the audio mixer is active or bypassed.
Mono = 1-
Mono. Controls whether the audio output is converted to monaural (single channel) sound.
MixLevel = 2-
Mix level. Controls the overall volume level of the mixed audio signal.
Pan = 3-
Pan. Controls the balance between left and right channels. Values typically range from -1.0 (full left) to 1.0 (full right).
Loudness = 4-
Loudness. Controls the loudness compensation which boosts bass frequencies at low volume levels.
Treble = 5-
Treble. Controls the high-frequency equalization level in decibels.
Bass = 6-
Bass. Controls the low-frequency equalization level in decibels.