|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SyncSource
The component which is a source of synchronization for other components. The example of source of synchronization is a Timer. The another example is a source component which is synchronized from stream.
| Method Summary | |
|---|---|
long |
getTimestamp()
Gets the absolute timestamp value. |
void |
start()
Starts this component. |
void |
stop()
Stops this component. |
void |
sync(MediaSource mediaSource)
Synchronize the process of media content processing from this timer. |
void |
sync(Task task)
|
void |
unsync(MediaSource mediaSource)
Disable synchronization process. |
| Method Detail |
|---|
void sync(MediaSource mediaSource)
mediaSource - the media sources to synchronize.void sync(Task task)
void unsync(MediaSource mediaSource)
mediaSource - the media source component.long getTimestamp()
void start()
void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||