|
Interface Summary |
| Component |
Component is an Object that is responsible for any media
data processing. |
| ComponentFactory |
Acts as a factory of any media components. |
| Inlet |
This interface defines specific type of component which itself is not a
media sink but it provides an access to the media sink. |
| MediaSink |
Implements the media consumer. |
| MediaSource |
Abstracts a read interface that pushes data in the form of Buffer objects. |
| Outlet |
This interface defines specific type of component which itself is not a
media source but it provides an access to the media source. |