Main Page   Modules   Data Structures   Data Fields   Related Pages  

rte_status Struct Reference

#include <option.h>


Data Fields

unsigned int valid
unsigned int bytes_per_frame_out
double time_per_frame_out
uint64_t frames_in
uint64_t frames_out
uint64_t frames_dropped
uint64_t bytes_in
uint64_t bytes_out
double captured_time
double coded_time


Detailed Description

When encoding, codecs and contexts accumulate status information which can be polled with the rte_codec_status() and rte_context_status() functions.


Field Documentation

unsigned int rte_status::valid
 

Set of RTE_STATUS_FRAMES_IN et al flags, corresponding to the structure fields. Only those fields flagged as valid will contain status information, possibly none of them.

double rte_status::time_per_frame_out
 

Seconds and fractions

uint64_t rte_status::frames_dropped
 

When context, frames dropped by all codecs

double rte_status::captured_time
 

Seconds and fractions since 1970-01-01 00:00. Practically this is the timestamp of the last processed input buffer.

double rte_status::coded_time
 

Seconds and fractions since start of encoding


Generated at Wed Mar 22 23:35:36 2006 for RTE Library by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001