ROHC compression/decompression library
Data Fields
d_rtp_context Struct Reference

Define the RTP part of the decompression profile context. More...

#include <d_rtp.h>

Collaboration diagram for d_rtp_context:
Collaboration graph
[legend]

Data Fields

int udp_checksum_present
 Whether the UDP checksum field is encoded in the ROHC packet or not.
struct ts_sc_decomp ts_sc
 The structure to decompress TS_STRIDE.

Detailed Description

Define the RTP part of the decompression profile context.

This object must be used with the generic part of the decompression context d_generic_context.

See also:
d_generic_context

Field Documentation

The structure to decompress TS_STRIDE.

Referenced by d_rtp_create(), decode_extension3(), decode_uo0(), decode_uo1(), decode_uor2(), and rtp_decode_dynamic_rtp().

Whether the UDP checksum field is encoded in the ROHC packet or not.

Referenced by d_rtp_create(), rtp_build_uncompressed_rtp(), rtp_decode_dynamic_rtp(), and rtp_decode_uo_tail_rtp().


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