Fork me on GitHub
Data Fields
extended_report_block Struct Reference

RTCP Extended Report Block (https://tools.ietf.org/html/rfc3611#section-3) More...

#include <rtcp.h>

Data Fields

uint8_t blocktype
 Block type (BT) More...
 
uint8_t typesp
 Type-specific. More...
 
uint16_t length
 Block length. More...
 
char content [1]
 Content (variable length) More...
 

Detailed Description

RTCP Extended Report Block (https://tools.ietf.org/html/rfc3611#section-3)

Field Documentation

uint8_t extended_report_block::blocktype

Block type (BT)

char extended_report_block::content[1]

Content (variable length)

uint16_t extended_report_block::length

Block length.

uint8_t extended_report_block::typesp

Type-specific.


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