| 
    ROHC compression/decompression library
   
    
   
   | 
  
  
  
 
RTP header. More...
#include <rtp.h>
Data Fields | |
| u_int16_t | cc:4 | 
| CSRC Count.   | |
| u_int16_t | extension:1 | 
| Extension bit.   | |
| u_int16_t | padding:1 | 
| Padding bit.   | |
| u_int16_t | version:2 | 
| RTP version.   | |
| u_int16_t | pt:7 | 
| Payload Type.   | |
| u_int16_t | m:1 | 
| 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.
| u_int16_t rtphdr::cc | 
CSRC Count.
Referenced by rtp_changed_rtp_dynamic(), rtp_code_dynamic_rtp_part(), and rtp_decode_dynamic_rtp().
| u_int16_t rtphdr::extension | 
Extension bit.
Referenced by rtp_code_dynamic_rtp_part(), and rtp_header_flags_and_fields().
| u_int16_t rtphdr::m | 
Marker.
Referenced by rtp_changed_rtp_dynamic(), rtp_code_dynamic_rtp_part(), rtp_decode_dynamic_rtp(), and rtp_header_flags_and_fields().
| u_int16_t rtphdr::padding | 
Padding bit.
Referenced by rtp_code_dynamic_rtp_part(), rtp_decode_dynamic_rtp(), and rtp_header_flags_and_fields().
| u_int16_t rtphdr::pt | 
Payload Type.
Referenced by rtp_changed_rtp_dynamic(), rtp_code_dynamic_rtp_part(), rtp_decode_dynamic_rtp(), and rtp_header_flags_and_fields().
| u_int16_t rtphdr::sn | 
Sequence Number.
Referenced by c_generic_encode(), rtp_code_dynamic_rtp_part(), and rtp_decode_dynamic_rtp().
| u_int32_t rtphdr::ssrc | 
Synchronization SouRCe (SSRC) identifier.
Referenced by c_rtp_check_context(), rtp_changed_rtp_dynamic(), rtp_code_static_rtp_part(), and rtp_decode_static_rtp().
| u_int32_t rtphdr::timestamp | 
Timestamp.
Referenced by c_rtp_encode(), decode_uo0(), decode_uo1(), decode_uor2(), rtp_changed_rtp_dynamic(), rtp_code_dynamic_rtp_part(), and rtp_decode_dynamic_rtp().
| u_int16_t rtphdr::version | 
RTP version.
Referenced by rtp_code_dynamic_rtp_part(), and rtp_decode_dynamic_rtp().
 1.7.6.1