public interface Component extends Serializable
Component is a supper class for
all media processing components.| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activates component
|
void |
deactivate()
Deactivates component
|
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.
|
String getId()
String getName()
void reset()
void activate()
void deactivate()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.