ROHC compression/decompression library
Public Attributes
ts_sc_decomp Struct Reference

Scaled RTP Timestamp decoding object. More...

#include <ts_sc_decomp.h>

Collaboration diagram for ts_sc_decomp:
Collaboration graph
[legend]

List of all members.

Public Attributes

int ts_stride
 The TS_STRIDE value.
struct d_lsb_decode lsb_ts_stride
 The LSB-encoded TS_STRIDE value.
int ts_scaled
 The TS_SCALED value.
struct d_lsb_decode lsb_ts_scaled
 The LSB-encoded TS_SCALED value.
int ts_offset
 The TS_OFFSET value.
unsigned int ts
 The timestamp (TS) value.
unsigned int old_ts
 The previous timestamp value.
unsigned int sn
 The sequence number (SN)
unsigned int old_sn
 The previous sequence number.

Detailed Description

Scaled RTP Timestamp decoding object.

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


Member Data Documentation

The LSB-encoded TS_SCALED value.

Referenced by d_decode_ts(), and update_ts_sc().

The LSB-encoded TS_STRIDE value.

unsigned int ts_sc_decomp::old_sn

The previous sequence number.

Referenced by d_add_ts(), and d_create_sc().

unsigned int ts_sc_decomp::old_ts

The previous timestamp value.

Referenced by d_add_ts(), and d_create_sc().

unsigned int ts_sc_decomp::sn

The sequence number (SN)

Referenced by d_add_ts(), d_create_sc(), and ts_deducted().

unsigned int ts_sc_decomp::ts

The timestamp (TS) value.

Referenced by d_add_ts(), d_create_sc(), ts_deducted(), and update_ts_sc().

The TS_OFFSET value.

Referenced by d_create_sc(), d_decode_ts(), ts_deducted(), and update_ts_sc().

The TS_SCALED value.

Referenced by d_create_sc(), d_decode_ts(), ts_deducted(), and update_ts_sc().

The TS_STRIDE value.

Referenced by d_add_ts_stride(), d_create_sc(), d_decode_ts(), ts_deducted(), and update_ts_sc().


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