MidiManager.TransportMidiByteStream 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.MidiTransport enum directly instead of this field.
Constant representing MIDI devices.
[Android.Runtime.Register("TRANSPORT_MIDI_BYTE_STREAM", 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 TransportMidiByteStream = 1;
[<Android.Runtime.Register("TRANSPORT_MIDI_BYTE_STREAM", 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 TransportMidiByteStream : Android.Media.Midi.MidiTransport
Field Value
Value = 1- Attributes
Remarks
Constant representing MIDI devices. These devices do NOT support Universal MIDI Packets by default. These support the original MIDI 1.0 byte stream. When communicating to a USB device, a raw byte stream will be padded for USB. Likewise, for a Bluetooth device, the raw bytes will be converted for Bluetooth. For virtual devices, the byte stream will be passed directly. If Universal MIDI Packets are needed, please use MIDI-CI.
Java documentation for android.media.midi.MidiManager.TRANSPORT_MIDI_BYTE_STREAM
.
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.