Fork me on GitHub
Data Fields
rtcp_remb Struct Reference

RTCP REMB (http://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03) More...

#include <rtcp.h>

Data Fields

char id [4]
 Unique identifier ('R' 'E' 'M' 'B') More...
 
uint32_t bitrate
 Num SSRC, Br Exp, Br Mantissa (bit mask) More...
 
uint32_t ssrc [3]
 SSRC feedback (we expect at max three SSRCs in there) More...
 

Detailed Description

RTCP REMB (http://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03)

Field Documentation

uint32_t rtcp_remb::bitrate

Num SSRC, Br Exp, Br Mantissa (bit mask)

char rtcp_remb::id[4]

Unique identifier ('R' 'E' 'M' 'B')

uint32_t rtcp_remb::ssrc[3]

SSRC feedback (we expect at max three SSRCs in there)


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