MidiDeviceInfo.ProtocolUmpMidi10UpTo64Bits 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 default protocol with Universal MIDI Packets (UMP).

[Android.Runtime.Register("PROTOCOL_UMP_MIDI_1_0_UP_TO_64_BITS", 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 ProtocolUmpMidi10UpTo64Bits = 1;
[<Android.Runtime.Register("PROTOCOL_UMP_MIDI_1_0_UP_TO_64_BITS", 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 ProtocolUmpMidi10UpTo64Bits : Android.Media.Midi.MidiDeviceProtocol

Field Value

Value = 1

Implements

Attributes

Remarks

Constant representing a default protocol with Universal MIDI Packets (UMP). UMP is defined in "Universal MIDI Packet (UMP) Format and MIDI 2.0 Protocol" spec. All UMP data should be a multiple of 4 bytes. Use MIDI 1.0 through UMP with packet sizes up to 64 bits. Call MidiManager#getDevicesForTransport with parameter MidiManager#TRANSPORT_UNIVERSAL_MIDI_PACKETS to get devices with this transport.

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

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