| Namespace | Windows.Devices.Midi2.Enumeration |
|---|---|
| Type Name | Midi1PortNamingApproach |
| Type | WinRT Enumeration (a 32-bit unsigned or signed integer) |
| IDL | Midi1PortNamingApproachEnum.idl |
| Library |
Controls how MIDI 1.0 API port names are generated when Windows MIDI Services creates legacy-compatible ports for a UMP endpoint.
| Value | Numeric Value | Description |
|---|---|---|
Default |
0x00000000 |
Use the default naming approach as determined by the system. |
UseClassicCompatible |
0x00000001 |
Use names compatible with the classic WinMM MIDI port naming scheme. |
UseNewStyle |
0x00000002 |
Use the new Windows MIDI Services style port names. |
