
Namespace | Microsoft.Windows.Devices.Midi2.Messages |
---|---|
Type Name | MidiSystemExclusive8Status |
Type | WinRT Enumeration (a 32-bit unsigned or signed integer) |
IDL | MidiSystemExclusive8StatusEnum.idl |
Library | Microsoft.Windows.Devices.Midi2.dll |
Used to indicate the type of System Exclusive 8 Universal MIDI Packet (UMP) as per the MIDI 2.0 UMP specification.
Property | Value | Description |
---|---|---|
CompleteMessageInSingleMessagePacket |
0x0 |
The entire SysEx message is in this one packet |
StartMessagePacket |
0x1 |
Start of a multi-message SysEx stream that consists of at least 2 messages |
ContinueMessagePacket |
0x2 |
Continue a multi-message SysEx stream that consists of at least 3 messages |
EndMessagePacket |
0x3 |
Complete a multi-message SysEx stream |