MidiDeviceInfo.ProtocolUnknown Field

Definition

Caution

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

Constant representing a device with an unknown default protocol.

[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

Field Value

Value = -1

Implements

Attributes

Remarks

Constant representing a device with an unknown default protocol. If Universal MIDI Packets (UMP) are needed, use MIDI-CI through MIDI 1.0. UMP is defined in "Universal MIDI Packet (UMP) Format and MIDI 2.0 Protocol" spec. MIDI-CI is defined in "MIDI Capability Inquiry (MIDI-CI)" spec.

Java documentation for android.media.midi.MidiDeviceInfo.PROTOCOL_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to