Starting and Stopping

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)

Detailed Description


Function Documentation

rte_bool rte_start ( rte_context context,
double  timestamp,
rte_codec sync_ref,
rte_bool  async 
)
Parameters:
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.

Start encoding. XXX describe me

Returns:
FALSE on error.
rte_bool rte_stop ( rte_context context,
double  timestamp 
)
Parameters:
context Initialized rte_context as returned by rte_context_new().
timestamp Stop instant, pass 0.0 for now.

Stop encoding. XXX describe me

Do not call this from a Unix signal handler.

Returns:
FALSE on error.

Generated on 12 Nov 2010 for RTE Library by  doxygen 1.6.1