![]() | ![]() | ![]() | Mediastreamer Reference Guide | ![]() |
---|
void ms_start (MSSync *sync);
Starts a thread that will shedule all processing chains attached to the synchronisation source sync.
sync : | A synchronisation source to be started. |
void ms_stop (MSSync *sync);
Stop the thread that was sheduling the processing chains attached to the synchronisation source sync.
The processing chains are kept unchanged, no object is freed. The synchronisation source can be restarted using ms_start()
.
sync : | A synchronisation source to be stopped. |
<<< Core API | MSSync >>> |