NOW LOADING

MidiVirtualDeviceClientEndpointInUseChangedEventArgs


Event args for the MidiVirtualDevice ClientEndpointInUseChanged event
Namespace Windows.Devices.Midi2.Transports.Virtual
Type Name MidiVirtualDeviceClientEndpointInUseChangedEventArgs
Type WinRT Runtime Class
IDL MidiVirtualDeviceClientEndpointInUseChangedEventArgs.idl

Supplied with the MidiVirtualDevice.ClientEndpointInUseChanged event, raised when an application connects to, or disconnects from, the device’s client-visible endpoint.

Properties

Property Description
IsClientEndpointInUse True when one or more applications are now connected to the client-visible endpoint, false when none are.

Remarks

This is a connected or not-connected signal, not a count of applications. See the remarks on MidiVirtualDevice for why.

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.