Sprache

MidiDeviceInfo.ProtocolUnknown Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Media.Midi.MidiDeviceProtocol enum directly instead of this field.

Konstante, die ein Gerät mit einem unbekannten Standardprotokoll darstellt.

[Android.Runtime.Register("PROTOCOL_UNKNOWN", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Midi.MidiDeviceProtocol enum directly instead of this field.", true)]
public const Android.Media.Midi.MidiDeviceProtocol ProtocolUnknown = -1;
[<Android.Runtime.Register("PROTOCOL_UNKNOWN", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Midi.MidiDeviceProtocol enum directly instead of this field.", true)>]
val mutable ProtocolUnknown : Android.Media.Midi.MidiDeviceProtocol

Feldwert

Value = -1

Implementiert

Attribute

Hinweise

Konstante, die ein Gerät mit einem unbekannten Standardprotokoll darstellt. Wenn Universelle MIDI-Pakete (UMP) erforderlich sind, verwenden Sie MIDI-CI über MIDI 1.0. UMP wird in der Spezifikation "Universal MIDI Packet (UMP) Format and MIDI 2.0 Protocol" definiert. MIDI-CI wird in der Spezifikation "MIDI Capability Inquiry (MIDI-CI)" definiert.

Java Dokumentation für android.media.midi.MidiDeviceInfo.PROTOCOL_UNKNOWN.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: