ROHC compression/decompression library
Data Fields
rtphdr Struct Reference

The RTP header. More...

#include <rtp.h>

Data Fields

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

Detailed Description

The RTP header.

See section 5.1 of RFC 1889 for details.


Field Documentation

uint16_t rtphdr::cc

CSRC Count.

Extension bit.

Referenced by rtp_header_flags_and_fields().

uint16_t rtphdr::m

Marker.

Referenced by rtp_header_flags_and_fields().

uint16_t rtphdr::padding

Padding bit.

Referenced by rtp_header_flags_and_fields().

uint16_t rtphdr::pt

Payload Type.

Referenced by rtp_header_flags_and_fields().

uint16_t rtphdr::sn

Sequence Number.

uint32_t rtphdr::ssrc

Synchronization SouRCe (SSRC) identifier.

Timestamp.

uint16_t rtphdr::version

RTP version.


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