Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMidiMessage Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a MIDI message which is implemented by all MIDI message classes.

public interface class IMidiMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2037807429, 4244, 17027, 155, 224, 40, 159, 192, 238, 131, 52)]
struct IMidiMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2037807429, 4244, 17027, 155, 224, 40, 159, 192, 238, 131, 52)]
public interface IMidiMessage
Public Interface IMidiMessage
Derived
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Name Description
RawData

Gets the array of bytes associated with the MIDI message, including status byte.

Timestamp

Gets the duration from when the MidiInPort was created to the time the message was received. For messages being sent to a MidiOutPort, this value has no meaning.

Type

Gets the type of this MIDI message.

Applies to

See also


Feedback

Was this page helpful?