| 
    UniMRCP
    1.5.0
    
   | 
 
#include <mpf_rtp_header.h>
Data Fields | |
| apr_uint32_t | count: 4 | 
| apr_uint32_t | extension: 1 | 
| apr_uint32_t | padding: 1 | 
| apr_uint32_t | version: 2 | 
| apr_uint32_t | type: 7 | 
| apr_uint32_t | marker: 1 | 
| apr_uint32_t | sequence: 16 | 
| apr_uint32_t | timestamp | 
| apr_uint32_t | ssrc | 
RTP header
| apr_uint32_t rtp_header_t::count | 
CSRC count
| apr_uint32_t rtp_header_t::extension | 
header extension flag
| apr_uint32_t rtp_header_t::marker | 
marker bit
| apr_uint32_t rtp_header_t::padding | 
padding flag
| apr_uint32_t rtp_header_t::sequence | 
sequence number
| apr_uint32_t rtp_header_t::ssrc | 
synchronization source
| apr_uint32_t rtp_header_t::timestamp | 
timestamp
| apr_uint32_t rtp_header_t::type | 
payload type
| apr_uint32_t rtp_header_t::version | 
protocol version
 1.8.6