FreeSWITCH API Documentation  1.7.0
Data Fields
switch_rtp_hdr_t Struct Reference

#include <switch_types.h>

+ Collaboration diagram for switch_rtp_hdr_t:

Data Fields

unsigned cc:4
 
unsigned x:1
 
unsigned p:1
 
unsigned version:2
 
unsigned pt:7
 
unsigned m:1
 
unsigned seq:16
 
unsigned ts:32
 
unsigned ssrc:32
 

Detailed Description

Definition at line 924 of file switch_types.h.

Field Documentation

unsigned switch_rtp_hdr_t::cc

Definition at line 925 of file switch_types.h.

unsigned switch_rtp_hdr_t::m

Definition at line 930 of file switch_types.h.

Referenced by add_node(), jb_next_packet_by_seq(), and switch_jb_peek_frame().

unsigned switch_rtp_hdr_t::p

Definition at line 927 of file switch_types.h.

unsigned switch_rtp_hdr_t::pt

Definition at line 929 of file switch_types.h.

unsigned switch_rtp_hdr_t::seq
unsigned switch_rtp_hdr_t::ssrc

Definition at line 933 of file switch_types.h.

unsigned switch_rtp_hdr_t::ts
unsigned switch_rtp_hdr_t::version

Definition at line 928 of file switch_types.h.

Referenced by switch_ivr_delay_echo().

unsigned switch_rtp_hdr_t::x

Definition at line 926 of file switch_types.h.


The documentation for this struct was generated from the following file: