Main Page | Modules | Data Structures | Data Fields | Related Pages

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)

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 Thu Mar 27 17:20:37 2008 for RTE Library by  doxygen 1.3.9.1