|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Component
Component is an Object that is responsible for any media
data processing.
Examples of components are the audio player, recoder,
DTMF detector, etc. The Component is a supper class for all
media processing components.
| Method Summary | |
|---|---|
void |
activate()
Activates component |
void |
clearEndpoint()
|
void |
deactivate()
Deactivates component |
Endpoint |
getEndpoint()
|
String |
getId()
Gets the unique identifier of this component. |
String |
getName()
Gets the name of the component. |
void |
reset()
Resets component to its original state. |
void |
setEndpoint(Endpoint endpoint)
|
| Method Detail |
|---|
String getId()
String getName()
void reset()
void activate()
void deactivate()
void setEndpoint(Endpoint endpoint)
void clearEndpoint()
Endpoint getEndpoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||