Freigeben über


MidiSystemExclusiveMessage Klasse

Definition

Stellt eine MIDI-Nachricht dar, die eine exklusive Systemnachricht angibt.

public ref class MidiSystemExclusiveMessage sealed : IMidiMessage
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiSystemExclusiveMessageFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MidiSystemExclusiveMessage final : IMidiMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Midi.IMidiSystemExclusiveMessageFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class MidiSystemExclusiveMessage final : IMidiMessage
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiSystemExclusiveMessageFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MidiSystemExclusiveMessage : IMidiMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Midi.IMidiSystemExclusiveMessageFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MidiSystemExclusiveMessage : IMidiMessage
function MidiSystemExclusiveMessage(rawData)
Public NotInheritable Class MidiSystemExclusiveMessage
Implements IMidiMessage
Vererbung
Object Platform::Object IInspectable MidiSystemExclusiveMessage
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Konstruktoren

MidiSystemExclusiveMessage(IBuffer)

Erstellt ein neues MidiSystemExclusiveMessage-Objekt .

Eigenschaften

RawData

Ruft das Array von Bytes ab, das der MIDI-Nachricht zugeordnet ist, einschließlich status Byte.

Timestamp

Ruft die Dauer ab, in der midiInPort erstellt wurde, bis zum Zeitpunkt, zu dem die Nachricht empfangen wurde. Für Nachrichten, die an einen MidiOutPort gesendet werden, hat dieser Wert keine Bedeutung.

Type

Ruft den Typ dieser MIDI-Nachricht ab.

Gilt für:

Weitere Informationen