Windows.Devices.Midi2.Transports.Loopback
Types for configuring simple loopback endpoints.
These create a pair of MIDI 2.0 endpoints wired back to back, at runtime. Endpoints created this way are transient: they live only while the service is running, and are not written to the configuration file. Remember to remove what you create.
Click or tap the type name to view more details.
| Type | Description |
|---|---|
| MidiLoopbackCreationConfig | Config sent to the service to create a loopback endpoint pair |
| MidiLoopbackCreationResponse | Response from the attempt to create a loopback endpoint pair |
| MidiLoopbackEndpointDefinition | The information supplied when creating a loopback endpoint pair |
| MidiLoopbackEndpointEntry | Information about one side of an active loopback endpoint pair |
| MidiLoopbackEntry | Represents an active loopback endpoint pair instance |
| MidiLoopbackErrorCode | Error codes returned by Loopback transport operations |
| MidiLoopbackManager | The primary class used to create or remove loopback endpoints |
| MidiLoopbackRemovalConfig | Config sent to the service to remove a loopback endpoint pair |
| MidiLoopbackRemovalResponse | Response from the attempt to remove a loopback endpoint pair |
| MidiLoopbackUpdateResponse | Response from a mute or unmute operation on a loopback endpoint pair |
