The scaled RTP Timestamp decoding context. More...

Data Fields | |
| uint32_t | ts_stride |
| The last computed or received TS_STRIDE value (validated by CRC). | |
| uint32_t | ts_scaled |
| The last computed or received TS_SCALED value (validated by CRC). | |
| struct rohc_lsb_decode * | lsb_ts_scaled |
| The LSB-encoded TS_SCALED value. | |
| uint32_t | ts_offset |
| The last computed or received TS_OFFSET value (validated by CRC). | |
| uint32_t | ts |
| struct rohc_lsb_decode * | lsb_ts_unscaled |
| uint32_t | old_ts |
| The previous timestamp value. | |
| uint16_t | sn |
| The sequence number (SN). | |
| uint16_t | old_sn |
| The previous sequence number. | |
| uint32_t | new_ts_stride |
| The last computed or received TS_STRIDE value (not validated by CRC). | |
| uint32_t | new_ts_scaled |
| The last computed or received TS_SCALED value (not validated by CRC). | |
| uint32_t | new_ts_offset |
| The last computed or received TS_OFFSET value (not validated by CRC). | |
| rohc_trace_callback2_t | trace_callback |
| void * | trace_callback_priv |
The scaled RTP Timestamp decoding context.
See section 4.5.3 of RFC 3095 for details about Scaled RTP Timestamp decoding.
struct rohc_lsb_decode* ts_sc_decomp::lsb_ts_scaled [read] |
The LSB-encoded TS_SCALED value.
struct rohc_lsb_decode* ts_sc_decomp::lsb_ts_unscaled [read] |
The LSB-encoded unscaled timestamp (TS) value
| uint32_t ts_sc_decomp::new_ts_offset |
The last computed or received TS_OFFSET value (not validated by CRC).
| uint32_t ts_sc_decomp::new_ts_scaled |
The last computed or received TS_SCALED value (not validated by CRC).
| uint32_t ts_sc_decomp::new_ts_stride |
The last computed or received TS_STRIDE value (not validated by CRC).
| uint16_t ts_sc_decomp::old_sn |
The previous sequence number.
| uint32_t ts_sc_decomp::old_ts |
The previous timestamp value.
| uint16_t ts_sc_decomp::sn |
The sequence number (SN).
The callback function used to manage traces
The private context of the callback function used to manage traces
| uint32_t ts_sc_decomp::ts |
The last timestamp (TS) value
| uint32_t ts_sc_decomp::ts_offset |
The last computed or received TS_OFFSET value (validated by CRC).
| uint32_t ts_sc_decomp::ts_scaled |
The last computed or received TS_SCALED value (validated by CRC).
| uint32_t ts_sc_decomp::ts_stride |
The last computed or received TS_STRIDE value (validated by CRC).
1.6.1