| 
    ROHC compression/decompression library
    
   | 
 
The scaled RTP Timestamp decoding context. More...
#include <decomp_scaled_rtp_ts.h>

Data Fields | |
| uint32_t | ts_stride | 
| The last computed or received TS_STRIDE value (validated by CRC)  More... | |
| uint32_t | ts_scaled | 
| The last computed or received TS_SCALED value (validated by CRC)  More... | |
| struct rohc_lsb_decode | lsb_ts_scaled | 
| The LSB-encoded TS_SCALED value.  More... | |
| uint32_t | ts_offset | 
| The last computed or received TS_OFFSET value (validated by CRC)  More... | |
| uint32_t | ts | 
| struct rohc_lsb_decode | lsb_ts_unscaled | 
| uint32_t | old_ts | 
| The previous timestamp value.  More... | |
| uint16_t | sn | 
| The sequence number (SN)  More... | |
| uint16_t | old_sn | 
| The previous sequence number.  More... | |
| uint32_t | new_ts_stride | 
| The last computed or received TS_STRIDE value (not validated by CRC)  More... | |
| uint32_t | new_ts_scaled | 
| The last computed or received TS_SCALED value (not validated by CRC)  More... | |
| uint32_t | new_ts_offset | 
| The last computed or received TS_OFFSET value (not validated by CRC)  More... | |
| 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 | 
The LSB-encoded TS_SCALED value.
| struct rohc_lsb_decode ts_sc_decomp::lsb_ts_unscaled | 
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)
| rohc_trace_callback2_t ts_sc_decomp::trace_callback | 
The callback function used to manage traces
| void* ts_sc_decomp::trace_callback_priv | 
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.8.13