Flags of a mixer control.
| C# |
[FlagsAttribute] public enum MixerControlFlags
| Member | Description |
|---|---|
| UNIFORM |
This control has multiple channels, but only one value for
all of them.
|
| MULTIPLE |
This control has multiple values for one channel (like an equalizer).
|
| DISABLED |
This control is disabled.
|