libgpac
Documentation of the core library of GPAC
rtcp.c File Reference
+ Include dependency graph for rtcp.c:

Functions

GF_EXPORT u32 gf_rtp_read_rtcp (GF_RTPChannel *ch, u8 *buffer, u32 buffer_size)
 
GF_EXPORT GF_Err gf_rtp_decode_rtcp (GF_RTPChannel *ch, u8 *pck, u32 pck_size, Bool *has_sr)
 
static u32 RTCP_FormatReport (GF_RTPChannel *ch, GF_BitStream *bs, u32 NTP_Time)
 
static u32 RTCP_FormatSDES (GF_RTPChannel *ch, GF_BitStream *bs)
 
static u32 RTCP_FormatBYE (GF_RTPChannel *ch, GF_BitStream *bs)
 
GF_EXPORT GF_Err gf_rtp_send_bye (GF_RTPChannel *ch)
 
GF_EXPORT void gf_rtp_set_loss_rate (GF_RTPChannel *ch, u32 loss_rate)
 
GF_EXPORT GF_Err gf_rtp_send_rtcp_report (GF_RTPChannel *ch)
 

Function Documentation

◆ RTCP_FormatReport()

static u32 RTCP_FormatReport ( GF_RTPChannel *  ch,
GF_BitStream *  bs,
u32  NTP_Time 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RTCP_FormatSDES()

static u32 RTCP_FormatSDES ( GF_RTPChannel *  ch,
GF_BitStream *  bs 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RTCP_FormatBYE()

static u32 RTCP_FormatBYE ( GF_RTPChannel *  ch,
GF_BitStream *  bs 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function: