MidiDeviceInfo.ProtocolUmpMidi10UpTo64BitsAndJrts Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_AND_JRTS", 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 ProtocolUmpMidi10UpTo64BitsAndJrts = 2;
[<Android.Runtime.Register("PROTOCOL_UMP_MIDI_1_0_UP_TO_64_BITS_AND_JRTS", 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 ProtocolUmpMidi10UpTo64BitsAndJrts : Android.Media.Midi.MidiDeviceProtocol
Field Value
Value = 2Implements
- 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 and jitter reduction timestamps. Call MidiManager#getDevicesForTransport
with parameter MidiManager#TRANSPORT_UNIVERSAL_MIDI_PACKETS
to get devices with this transport.
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.