| Namespace | Windows.Devices.Midi2.Transports.BasicLoopback |
|---|---|
| Type Name | MidiBasicLoopbackCreationConfig |
| Type | WinRT Runtime Class |
| Implements | Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig |
| IDL | MidiBasicLoopbackCreationConfig.idl |
| Library |
This is the configuration sent to the service when an application wants to create a transient basic loopback endpoint.
| Constructor | Description |
|---|---|
MidiBasicLoopbackCreationConfig() |
Create an empty config |
MidiBasicLoopbackCreationConfig(associationId, endpointDefinition) |
Create a configuration with the specified association id and endpoint definition |
| Property | Description |
|---|---|
AssociationId |
The GUID used to uniquely identify this loopback |
EndpointDefinition |
The MidiBasicLoopbackEndpointDefinition for this loopback |
IsMuted |
When true, the loopback endpoint is created but all messages are suppressed |
