ROHC compression/decompression library
Data Structures | Functions | Variables
rtp.h File Reference

RTP header. More...

#include <sys/types.h>
Include dependency graph for rtp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rtphdr
 RTP header. More...

Functions

struct rtphdr __attribute__ ((packed))

Variables

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

Detailed Description

RTP header.

Author:
David Moreau from TAS

See section 5.1 of RFC 1889 for details.


Function Documentation

struct rtphdr __attribute__ ( (packed)  )

Variable Documentation

u_int16_t cc

CSRC Count.

u_int16_t extension

Extension bit.

Referenced by code_UO2_packet().

u_int16_t m
u_int16_t padding

Padding bit.

u_int16_t pt

Payload Type.

u_int16_t sn
u_int32_t ssrc

Synchronization SouRCe (SSRC) identifier.

u_int32_t timestamp

Timestamp.

u_int16_t version