NOW LOADING

MidiEndpointDiscoveryRequests


MIDI 2.0 endpoint discovery request flags
Namespace Microsoft.Windows.Devices.Midi2.Messages
Type Name MidiEndpointDiscoveryRequests
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiEndpointDiscoveryRequestsEnum.idl
Library Microsoft.Windows.Devices.Midi2.dll

Used to indicate which endpoint discovery messages you want to receive when you query an endpoint.

Properties

Property Value Description
None 0x00000000 Request nothing.
RequestEndpointInformation 0x00000001 Request the details of the endpoint.
RequestDeviceIdentity 0x00000002 Request identity information including System Exclusive Ids and version information
RequestEndpointName 0x00000004 Request endpoint name messages
RequestProductInstanceId 0x00000008 Request product instance id messages
RequestStreamConfiguration 0x00000010 Request the stream configuration

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.