ROHC compression/decompression library
Data Fields
rtphdr Struct Reference

RTP header. More...

#include <rtp.h>

Data Fields

u_int16_t cc:4
 CSRC Count.
u_int16_t extension:1
 Extension bit.
u_int16_t padding:1
 Padding bit.
u_int16_t version:2
 RTP version.
u_int16_t pt:7
 Payload Type.
u_int16_t m:1
 Marker.
u_int16_t sn
 Sequence Number.
u_int32_t timestamp
 Timestamp.
u_int32_t ssrc
 Synchronization SouRCe (SSRC) identifier.

Detailed Description

RTP header.

See section 5.1 of RFC 1889 for details.


Field Documentation

u_int16_t rtphdr::cc
u_int16_t rtphdr::extension

Extension bit.

Referenced by rtp_code_dynamic_rtp_part(), and rtp_header_flags_and_fields().

u_int16_t rtphdr::m
u_int16_t rtphdr::padding
u_int16_t rtphdr::pt
u_int16_t rtphdr::sn
u_int32_t rtphdr::ssrc

Synchronization SouRCe (SSRC) identifier.

Referenced by c_rtp_check_context(), rtp_changed_rtp_dynamic(), rtp_code_static_rtp_part(), and rtp_decode_static_rtp().

u_int32_t rtphdr::timestamp
u_int16_t rtphdr::version

RTP version.

Referenced by rtp_code_dynamic_rtp_part(), and rtp_decode_dynamic_rtp().


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