| ROHC compression/decompression library
   
    | 
RTP header. More...
#include <stdint.h>#include "config.h"

Go to the source code of this file.
| Data Structures | |
| struct | rtphdr | 
| The RTP header.  More... | |
| Functions | |
| struct rtphdr | __attribute__ ((packed)) | 
| Variables | |
| uint16_t | cc | 
| CSRC Count. | |
| uint16_t | extension | 
| Extension bit. | |
| uint16_t | padding | 
| Padding bit. | |
| uint16_t | version | 
| RTP version. | |
| uint16_t | pt | 
| Payload Type. | |
| uint16_t | m | 
| Marker. | |
| uint16_t | sn | 
| Sequence Number. | |
| uint32_t | timestamp | 
| Timestamp. | |
| uint32_t | ssrc | 
| Synchronization SouRCe (SSRC) identifier. | |
RTP header.
See section 5.1 of RFC 1889 for details.
| struct rtphdr __attribute__ | ( | (packed) | ) | 
| uint16_t cc | 
CSRC Count.
| uint16_t extension | 
Extension bit.
Referenced by code_UO2_packet().
| uint16_t m | 
Marker.
| uint16_t padding | 
Padding bit.
| uint16_t pt | 
Payload Type.
| uint16_t sn | 
Sequence Number.
| uint32_t ssrc | 
Synchronization SouRCe (SSRC) identifier.
| uint32_t timestamp | 
Timestamp.
| uint16_t version | 
RTP version.
Referenced by c_ip_check_context(), c_udp_check_context(), c_udp_lite_check_context(), compute_crc_dynamic(), compute_crc_static(), and ip_create().
 1.7.6.1
 1.7.6.1