|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentFactory
Acts as a factory of any media components.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Component newAudioComponent(ComponentType componentType)
componentType - - type of component to be created
void 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 remote
void releaseConnection(Connection connection,
boolean isLocal)
connection - - connection to releaseisLocal - - created connection should be local or remote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||