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.

Seconds and fractions

When context, frames dropped by all codecs

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

Seconds and fractions since start of encoding


Generated on 12 Nov 2010 for RTE Library by  doxygen 1.6.1