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 Fri Feb 28 09:23:38 2003 for RTE Library by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002