#include <switch_types.h>
Collaboration diagram for switch_rtp_hdr_t:
Data Fields | |
| unsigned | version:2 |
| unsigned | p:1 |
| unsigned | x:1 |
| unsigned | cc:4 |
| unsigned | m:1 |
| unsigned | pt:7 |
| unsigned | seq:16 |
| unsigned | ts:32 |
| unsigned | ssrc:32 |
Definition at line 731 of file switch_types.h.
| unsigned switch_rtp_hdr_t::cc |
Definition at line 735 of file switch_types.h.
| unsigned switch_rtp_hdr_t::m |
Definition at line 736 of file switch_types.h.
| unsigned switch_rtp_hdr_t::p |
Definition at line 733 of file switch_types.h.
| unsigned switch_rtp_hdr_t::pt |
Definition at line 737 of file switch_types.h.
| unsigned switch_rtp_hdr_t::seq |
Definition at line 738 of file switch_types.h.
| unsigned switch_rtp_hdr_t::ssrc |
Definition at line 740 of file switch_types.h.
| unsigned switch_rtp_hdr_t::ts |
Definition at line 739 of file switch_types.h.
| unsigned switch_rtp_hdr_t::version |
Definition at line 732 of file switch_types.h.
| unsigned switch_rtp_hdr_t::x |
Definition at line 734 of file switch_types.h.
1.4.7