Enum OutputDeviceOption
Optional functionality supported by an output device on Windows (see
dwSupport field
description in
MIDIOUTCAPS).Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
[Flags]
public enum OutputDeviceOption
Fields
| Name | Description |
|---|---|
| LeftRightVolume | Supports separate left and right volume control. |
| PatchCaching | Supports patch caching. |
| Stream | Provides direct support for the midiStreamOut function. |
| Unknown | Unknown option. |
| Volume | Supports volume control. |