NOW LOADING

MidiEndpointDeviceInformationUpdatedEventArgs


Argument supplied by the watcher when the properties of an endpoint have been updated.
Namespace Windows.Devices.Midi2.Enumeration
Type Name MidiEndpointDeviceInformationUpdatedEventArgs
Type WinRT Runtime Class
IDL MidiEndpointDeviceInformationUpdatedEventArgs.idl

Represents a notification that endpoint properties have been updated

Properties

Property Description
UpdatedDevice The MidiEndpointDeviceInformation for the endpoint which was updated, carrying the current property values
DeviceInformationUpdate The source Windows.Devices.Enumeration.DeviceInformationUpdate object.
IsNameUpdated True if the name properties have been updated
IsEndpointInformationUpdated True if the in-protocol endpoint information has been updated
IsDeviceIdentityUpdated True if the in-protocol device identity information has been updated
IsStreamConfigurationUpdated True if protocol negotiation changed configuration of the endpoint
AreFunctionBlocksUpdated True if any function blocks have been updated
IsUserMetadataUpdated True if any user-supplied metadata fields have been updated
AreAdditionalCapabilitiesUpdated True if the additional capabilities have been updated
AreUniqueIdsUpdated True if any unique identifier properties have been updated
AreGroupTerminalBlocksUpdated True if any group terminal blocks have been updated
IsMutedStateUpdated True if the muted state of the endpoint has been updated

If none of the IsXXUpdated or AreXXUpdated properties are true, then other properties have been updated.

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.