AudioConnection Interface Reference
AudioConnection.
Inheritance diagram for AudioConnection:

Public Member Functions | |
| String | getConnectionId () |
| AudioPort | getOrigin () |
| AudioPort | getDestination () |
| Boolean | getIsActive () |
| int | getPriority () |
| List< String > | getBlockedBy () |
| int | getVolume () |
| int | getGain () |
| void | disconnect () throws AudioNotAvailableException, AudioLowLevelException |
| Disconnect audio connection. | |
| void | setConnectionVolume (int volume) throws AudioNotAvailableException, AudioLowLevelException |
| Set connection volume. More... | |
| void | setConnectionGain (int gain) throws AudioNotAvailableException, AudioLowLevelException |
| Set connection gain. More... | |
Public Member Functions inherited from Subject< T extends Observer< U, U extends Event > | |
| void | subscribe (T observer) throws CannotSubscribeException |
| void | unSubscribe (T observer) throws ObserverNotSubscribedException |
Member Function Documentation
| List<String> getBlockedBy | ( | ) |
- Returns
- BlockedBy
| String getConnectionId | ( | ) |
- Returns
- ConnectionId
| AudioPort getDestination | ( | ) |
- Returns
- PortDestination
| int getGain | ( | ) |
- Returns
- Gain
| Boolean getIsActive | ( | ) |
- Returns
- IsActive
| AudioPort getOrigin | ( | ) |
- Returns
- PortOrigin
| int getPriority | ( | ) |
- Returns
- Priority
| int getVolume | ( | ) |
- Returns
- Volume
| void setConnectionGain | ( | int | gain | ) | throws AudioNotAvailableException, AudioLowLevelException |
- Parameters
-
gain gain to be setted
| void setConnectionVolume | ( | int | volume | ) | throws AudioNotAvailableException, AudioLowLevelException |
- Parameters
-
volume volume to be setted

Public Member Functions inherited from