rte_status Struct Reference
[Context and Codec Status]


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 on Sun Dec 16 18:26:16 2007 for RTE Library by  doxygen 1.4.7