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 at Wed Mar 22 23:35:36 2006 for RTE Library by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001