|
ROHC compression/decompression library
|
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. | |
The RTP header.
See section 5.1 of RFC 1889 for details.
| 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.
1.7.6.1