java.lang.Object | |
↳ | android.media.midi.MidiDeviceInfo.PortInfo |
Contains information about an input or output port.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | TYPE_INPUT | Port type for input ports | |||||||||
int | TYPE_OUTPUT | Port type for output ports |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the port, or empty string if the port has no name
| |||||||||||
Returns the port number of the port
| |||||||||||
Returns the port type of the port (either
TYPE_INPUT or TYPE_OUTPUT )
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Port type for input ports
Port type for output ports
Returns the name of the port, or empty string if the port has no name
Returns the port number of the port
Returns the port type of the port (either TYPE_INPUT
or TYPE_OUTPUT
)