| Namespace | Microsoft.Windows.Devices.Midi2.Endpoints.Loopback |
|---|---|
| Type Name | MidiLoopbackEndpointCreationConfig |
| Type | WinRT Runtime Class |
| IDL | MidiLoopbackEndpointCreationConfig.idl |
| Library | Microsoft.Windows.Devices.Midi2.dll |
This is the configuration sent to the service when an application wants to create a loopback endpoint pair.
| Property | Description |
|---|---|
AssociationId |
The GUID used to uniquely identify this endpoint pair |
EndpointDefinitionA |
MidiLoopbackEndpointDefinition for the A-side of the pair |
EndpointDefinitionB |
MidiLoopbackEndpointDefinition for the B-side of the pair |
| Name | Description |
|---|---|
MidiLoopbackEndpointCreationConfig |
Create an empty config |
MidiLoopbackEndpointCreationConfig (associationId, endpointDefinitionA, endpointDefinitionB) |
Create a configuration with the specified associationId and endpoint definitions |
