public interface ComponentFactory
| Modifier and Type | Method and Description |
|---|---|
Component |
newAudioComponent(ComponentType componentType)
Constructs new component.
|
Connection |
newConnection(boolean isLocal)
Constructs new connection.
|
void |
releaseAudioComponent(Component component,
ComponentType componentType)
Frees previously allocated component component.
|
void |
releaseConnection(Connection connection,
boolean isLocal)
Releases new connection.
|
Component newAudioComponent(ComponentType componentType)
componentType - - type of component to be createdvoid releaseAudioComponent(Component component, ComponentType componentType)
component - - component to releasecomponentType - - type of component to be createdConnection newConnection(boolean isLocal)
isLocal - - created connection should be local or remotevoid releaseConnection(Connection connection, boolean isLocal)
connection - - connection to releaseisLocal - - created connection should be local or remoteCopyright © 2017 TeleStax, Inc.. All Rights Reserved.