|
ROHC compression/decompression library
|
RTP header. More...
#include <sys/types.h>

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. | |
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 rohc_list_encode_type_0(), rohc_list_encode_type_1(), and rohc_list_encode_type_3().
| 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(), ip_decode_dynamic_ip(), rtp_decode_dynamic_rtp(), and ts_update_context().
| u_int32_t ssrc |
Synchronization SouRCe (SSRC) identifier.
| u_int32_t timestamp |
Timestamp.
| u_int16_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(), d_decode_static_ip4(), d_decode_static_ip6(), d_generic_detect_ir_dyn_size(), ip_create(), and ip_new().
1.7.6.1