ROHC compression/decompression library
Data Fields
rtp_tmp_vars Struct Reference

Define the RTP and UDP specific temporary variables in the profile compression context. More...

#include <c_rtp.h>

Data Fields

int send_rtp_dynamic
 The number of UDP/RTP fields that changed in the UDP/RTP headers.
size_t nr_ts_bits
 The number of bits needed to encode ts_send.
size_t nr_ts_bits_ext3
 The number of bits of TS to place in the extension 3 header.
uint32_t timestamp
 The real timestamp of the last RTP message.
uint32_t ts_send
 The TS field to send (ts_scaled or ts)
bool is_marker_bit_set
 Whether the Marker (M) bit is set in the RTP header or not.
bool padding_bit_changed
bool extension_bit_changed
 Whether the eXtension (X) bit changed or not.
int rtp_pt_changed
 Whether the Payload Type (PT) field changed or not.

Detailed Description

Define the RTP and UDP specific temporary variables in the profile compression context.

This object must be used by the RTP-specific decompression context sc_rtp_context.

See also:
sc_rtp_context

Field Documentation

Whether the eXtension (X) bit changed or not.

Referenced by code_EXT3_packet().

Whether the Marker (M) bit is set in the RTP header or not.

Referenced by code_UO1_packet(), code_UOR2_ID_bytes(), code_UOR2_RTP_bytes(), and code_UOR2_TS_bytes().

The number of bits needed to encode ts_send.

Referenced by code_EXT3_packet(), code_UOR2_ID_bytes(), code_UOR2_RTP_bytes(), code_UOR2_TS_bytes(), and decide_extension().

The number of bits of TS to place in the extension 3 header.

Referenced by code_EXT3_packet(), code_UOR2_ID_bytes(), code_UOR2_RTP_bytes(), and code_UOR2_TS_bytes().

Whether the Padding (P) bit changed or not

Referenced by code_EXT3_packet(), and rtp_header_flags_and_fields().

Whether the Payload Type (PT) field changed or not.

Referenced by code_EXT3_packet(), and rtp_header_flags_and_fields().

The number of UDP/RTP fields that changed in the UDP/RTP headers.

The real timestamp of the last RTP message.


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