NOW LOADING

MidiStreamConfigRequestReceivedEventArgs


Arguments supplied when a client of this endpoint has requested stream configuration
Namespace Microsoft.Windows.Devices.Midi2.Endpoints.Virtual
Type Name MidiStreamConfigRequestReceivedEventArgs
Type WinRT Runtime Class
IDL MidiStreamConfigRequestReceivedEventArgs.idl
Library Microsoft.Windows.Devices.Midi2.dll

When a MIDI Virtual Device receives a request message for stream configuration, the message is parsed and then raised as discrete properties in an event. The virtual device should then respond to the request per the UMP Protocol Negotiation specifications.

Properties

Property Description
Timestamp Incoming message timestamp
PreferredMidiProtocol The MidiProtocol being requested by the client
RequestEndpointTransmitJitterReductionTimestamps Jitter reduction timestamps are not supported
RequestEndpointReceiveJitterReductionTimestamps Jitter reduction timestamps are not supported

Examples

C++ Sample C# Sample

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.