ROHC compression/decompression library
Data Fields
ts_sc_decomp Struct Reference

The scaled RTP Timestamp decoding context. More...

Collaboration diagram for ts_sc_decomp:
Collaboration graph
[legend]

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_decodelsb_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_decodelsb_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_callback_t trace_callback
rohc_trace_callback2_t trace_callback2
void * trace_callback_priv

Detailed Description

The scaled RTP Timestamp decoding context.

See section 4.5.3 of RFC 3095 for details about Scaled RTP Timestamp decoding.


Field Documentation

The LSB-encoded TS_SCALED value.

The LSB-encoded unscaled timestamp (TS) value

The last computed or received TS_OFFSET value (not validated by CRC)

The last computed or received TS_SCALED value (not validated by CRC)

The last computed or received TS_STRIDE value (not validated by CRC)

The previous sequence number.

The previous timestamp value.

uint16_t ts_sc_decomp::sn

The sequence number (SN)

The old callback function used to manage traces

The new 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

The last computed or received TS_OFFSET value (validated by CRC)

The last computed or received TS_SCALED value (validated by CRC)

The last computed or received TS_STRIDE value (validated by CRC)


The documentation for this struct was generated from the following file: