ROHC compression/decompression library
Data Fields
rtphdr Struct Reference

The RTP header. More...

#include <rtp.h>

Data Fields

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

Detailed Description

The RTP header.

See section 5.1 of RFC 1889 for details.

Field Documentation

uint16_t rtphdr::cc

CSRC Count.

uint16_t rtphdr::extension

Extension bit.

uint16_t rtphdr::m

Marker.

uint16_t rtphdr::padding

Padding bit.

uint16_t rtphdr::pt

Payload Type.

uint16_t rtphdr::sn

Sequence Number.

uint32_t rtphdr::ssrc

Synchronization SouRCe (SSRC) identifier.

uint32_t rtphdr::timestamp

Timestamp.

uint16_t rtphdr::version

RTP version.


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