ROHC compression/decompression library
|
RTP header. More...
#include <sys/types.h>
Go to the source code of this file.
Classes | |
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. |
RTP header.
See section 5.1 of RFC 1889 for details.
struct rtphdr __attribute__ | ( | (packed) | ) |
u_int16_t cc |
CSRC Count.
u_int16_t extension |
Extension bit.
Referenced by code_UO2_packet().
u_int16_t m |
Marker.
Referenced by code_UOR2_ID_bytes(), code_UOR2_RTP_bytes(), code_UOR2_TS_bytes(), d_algo_list_decompress(), decode_type_0(), decode_uo1(), and decode_uor2().
u_int16_t padding |
Padding bit.
u_int16_t pt |
Payload Type.
u_int16_t sn |
Sequence Number.
Referenced by c_add_ts(), c_add_wlsb(), c_generic_feedback(), code_IR_packet(), d_add_ts(), decode_uo0(), decode_uo1(), decode_uor2(), ip_decode_dynamic_ip(), and rtp_decode_dynamic_rtp().
u_int32_t ssrc |
Synchronization SouRCe (SSRC) identifier.
u_int32_t timestamp |
Timestamp.
Referenced by ts_deducted().
u_int16_t version |