|
||||||||||
| 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 | ||
|---|---|---|
String |
getId()
Gets the unique identifier of this component. |
|
|
getInterface(Class<T> interfaceType)
This method returns proper interface. |
|
String |
getName()
Gets the name of the component. |
|
void |
reset()
Resets component to its original state. |
|
| Method Detail |
|---|
String getId()
String getName()
void reset()
<T> T getInterface(Class<T> interfaceType)
T - interfaceType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||