MidiDeviceInfo.PortInfo.Type Property

Definition

Returns the port type of the port (either #TYPE_INPUT or #TYPE_OUTPUT)

public Android.Media.Midi.MidiPortType Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=23)>]
member this.Type : Android.Media.Midi.MidiPortType

Property Value

the port type

Attributes

Remarks

Returns the port type of the port (either #TYPE_INPUT or #TYPE_OUTPUT)

Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getType().

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