ROHC compression/decompression library
Public Attributes
ts_sc_comp Struct Reference

Scaled RTP Timestamp encoding object. More...

#include <ts_sc_comp.h>

Collaboration diagram for ts_sc_comp:
Collaboration graph
[legend]

List of all members.

Public Attributes

int ts_stride
 The TS_STRIDE value.
int ts_scaled
 The TS_SCALED value.
struct c_wlsbscaled_window
 A window used to encode the TS_SCALED value.
int ts_offset
 The TS_OFFSET value.
unsigned int ts
 The timestamp (TS)
unsigned int old_ts
 The previous timestamp.
unsigned int sn
 The sequence number (SN)
unsigned int old_sn
 The previous sequence number.
int is_deductible
 Whether timestamp is deductible from SN or not.
ts_sc_state state
 The state of the scaled RTP Timestamp encoding object.
int ts_delta
 The difference between old and current TS.

Detailed Description

Scaled RTP Timestamp encoding object.

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


Member Data Documentation

Whether timestamp is deductible from SN or not.

Referenced by c_add_ts(), c_create_sc(), and is_deductible().

unsigned int ts_sc_comp::old_sn

The previous sequence number.

Referenced by c_add_ts(), and c_create_sc().

unsigned int ts_sc_comp::old_ts

The previous timestamp.

Referenced by c_add_ts(), and c_create_sc().

A window used to encode the TS_SCALED value.

Referenced by add_scaled(), c_create_sc(), c_destroy_sc(), and nb_bits_scaled().

unsigned int ts_sc_comp::sn

The sequence number (SN)

Referenced by c_add_ts(), and c_create_sc().

unsigned int ts_sc_comp::ts

The timestamp (TS)

Referenced by c_add_ts(), and c_create_sc().

The difference between old and current TS.

Referenced by c_add_ts(), c_create_sc(), and is_ts_constant().

The TS_OFFSET value.

Referenced by c_add_ts(), c_create_sc(), and get_offset().

The TS_SCALED value.

Referenced by add_scaled(), c_add_ts(), c_create_sc(), get_ts_scaled(), and nb_bits_scaled().

The TS_STRIDE value.

Referenced by c_add_ts(), c_create_sc(), and get_ts_stride().


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