Package | Description |
---|---|
com.samsung.android.sdk.professionalaudio | |
com.samsung.android.sdk.professionalaudio.app |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SapaPort> |
SapaPort.CREATOR |
Modifier and Type | Method and Description |
---|---|
SapaPort |
SapaPortConnection.getDestinationPort()
Get the destination port
|
SapaPort |
SapaService.getLoopbackPort(java.lang.String portName)
Get the loopback port
|
SapaPort |
SapaProcessor.getPort(java.lang.String portName)
get the valid port of the processor
|
SapaPort |
SapaPortConnection.getSourcePort()
Get the source port
|
SapaPort |
SapaService.getSystemPort(java.lang.String portName)
Get the system ports
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SapaPort> |
SapaService.getAllPort()
Get the list of all ports.
|
java.util.List<SapaPort> |
SapaService.getLoopbackPorts()
Get the loopback port list
|
java.util.List<SapaPort> |
SapaProcessor.getPorts()
get all of the processor's port
|
java.util.List<SapaPort> |
SapaService.getSystemPorts()
Get the system port list
|
Modifier and Type | Method and Description |
---|---|
void |
SapaService.connect(SapaPort sourcePort,
SapaPort destinationPort)
Connect between a source port and a destination port.
|
void |
SapaService.disconnect(SapaPort sourcePort,
SapaPort destinationPort)
Disconnect between a source port and a destination port if it was connected.
|
boolean |
SapaService.isAvailablePort(SapaPort sapaPort)
Check the port is available or not
|
Constructor and Description |
---|
SapaPortConnection(SapaPort sourcePort,
SapaPort destinationPort)
Creates a PortConnection instance.
|
Modifier and Type | Method and Description |
---|---|
SapaPort |
SapaAppInfo.getPortByName(java.lang.String name)
This method returns port from the instance of application.
|
Modifier and Type | Method and Description |
---|---|
android.util.SparseArray<SapaPort> |
SapaAppInfo.getPorts()
Gets list of ports.
|
Modifier and Type | Method and Description |
---|---|
void |
SapaAppInfo.addPort(SapaPort port)
Adds port to port list.
|
void |
SapaAppInfo.removePort(SapaPort port)
Removes port from port list.
|
Modifier and Type | Method and Description |
---|---|
void |
SapaAppInfo.setPorts(java.util.ArrayList<SapaPort> ports)
Sets ports of instance of application.
|