RTS API Documentation  1.10.11
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 1000 of file switch_types.h.

Field Documentation

◆ cc

unsigned switch_rtp_hdr_t::cc

Definition at line 1001 of file switch_types.h.

◆ m

unsigned switch_rtp_hdr_t::m

◆ p

unsigned switch_rtp_hdr_t::p

Definition at line 1003 of file switch_types.h.

◆ pt

unsigned switch_rtp_hdr_t::pt

Definition at line 1005 of file switch_types.h.

Referenced by handle_nack().

◆ seq

unsigned switch_rtp_hdr_t::seq

◆ ssrc

unsigned switch_rtp_hdr_t::ssrc

Definition at line 1009 of file switch_types.h.

◆ ts

unsigned switch_rtp_hdr_t::ts

◆ version

unsigned switch_rtp_hdr_t::version

◆ x

unsigned switch_rtp_hdr_t::x

Definition at line 1002 of file switch_types.h.


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