Functions | |
rte_bool | rte_start (rte_context *context, double timestamp, rte_codec *sync_ref, rte_bool async) |
rte_bool | rte_stop (rte_context *context, double timestamp) |
rte_bool rte_start | ( | rte_context * | context, | |
double | timestamp, | |||
rte_codec * | sync_ref, | |||
rte_bool | async | |||
) |
context | Initialized rte_context as returned by rte_context_new(). | |
timestamp | Start instant, pass 0.0 for now. | |
sync_ref | Pass NULL . | |
async | Pass TRUE . |
FALSE
on error. rte_bool rte_stop | ( | rte_context * | context, | |
double | timestamp | |||
) |
context | Initialized rte_context as returned by rte_context_new(). | |
timestamp | Stop instant, pass 0.0 for now. |
Do not call this from a Unix signal handler.
FALSE
on error.