Share via


MidiManager.TransportUniversalMidiPackets Field

Definition

Caution

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

Constant representing Universal MIDI devices.

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

Field Value

Value = 2
Attributes

Remarks

Constant representing Universal MIDI devices. These devices do support Universal MIDI Packets (UMP) by default. When sending data to these devices, please send UMP. Packets should always be a multiple of 4 bytes. UMP is defined in the USB MIDI 2.0 spec. Please read the standard for more info.

Java documentation for android.media.midi.MidiManager.TRANSPORT_UNIVERSAL_MIDI_PACKETS.

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