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 |
| 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
| 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
1.4.7