Fork me on GitHub
Data Fields
janus_rtp_switching_context Struct Reference

RTP context, in order to make sure SSRC changes result in coherent seq/ts increases. More...

#include <rtp.h>

Data Fields

uint32_t a_last_ssrc
 
uint32_t a_last_ts
 
uint32_t a_base_ts
 
uint32_t a_base_ts_prev
 
uint32_t v_last_ssrc
 
uint32_t v_last_ts
 
uint32_t v_base_ts
 
uint32_t v_base_ts_prev
 
uint16_t a_last_seq
 
uint16_t a_base_seq
 
uint16_t a_base_seq_prev
 
uint16_t v_last_seq
 
uint16_t v_base_seq
 
uint16_t v_base_seq_prev
 
gboolean a_seq_reset
 
gboolean v_seq_reset
 

Detailed Description

RTP context, in order to make sure SSRC changes result in coherent seq/ts increases.

Field Documentation

◆ a_base_seq

uint16_t janus_rtp_switching_context::a_base_seq

◆ a_base_seq_prev

uint16_t janus_rtp_switching_context::a_base_seq_prev

◆ a_base_ts

uint32_t janus_rtp_switching_context::a_base_ts

◆ a_base_ts_prev

uint32_t janus_rtp_switching_context::a_base_ts_prev

◆ a_last_seq

uint16_t janus_rtp_switching_context::a_last_seq

◆ a_last_ssrc

uint32_t janus_rtp_switching_context::a_last_ssrc

◆ a_last_ts

uint32_t janus_rtp_switching_context::a_last_ts

◆ a_seq_reset

gboolean janus_rtp_switching_context::a_seq_reset

◆ v_base_seq

uint16_t janus_rtp_switching_context::v_base_seq

◆ v_base_seq_prev

uint16_t janus_rtp_switching_context::v_base_seq_prev

◆ v_base_ts

uint32_t janus_rtp_switching_context::v_base_ts

◆ v_base_ts_prev

uint32_t janus_rtp_switching_context::v_base_ts_prev

◆ v_last_seq

uint16_t janus_rtp_switching_context::v_last_seq

◆ v_last_ssrc

uint32_t janus_rtp_switching_context::v_last_ssrc

◆ v_last_ts

uint32_t janus_rtp_switching_context::v_last_ts

◆ v_seq_reset

gboolean janus_rtp_switching_context::v_seq_reset

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