Fixed RTCP packet header.
More...
#include <rtcppkt.h>
Collaboration diagram for RTCPCompoundHandler::RTCPFixedHeader:
Data Fields
number of 32-bit words in the packet (
minus one).
More...
Detailed Description
Fixed RTCP packet header.
First 32-bit word in any RTCP packet.
Definition at line 253 of file rtcppkt.h.
Field Documentation
unsigned char RTCPCompoundHandler::RTCPFixedHeader::block_count
uint16 RTCPCompoundHandler::RTCPFixedHeader::length
number of 32-bit words in the packet (minus one).
Definition at line 267 of file rtcppkt.h.
unsigned char RTCPCompoundHandler::RTCPFixedHeader::padding
uint8 RTCPCompoundHandler::RTCPFixedHeader::type
type of RTCP packet.
Definition at line 266 of file rtcppkt.h.
unsigned char RTCPCompoundHandler::RTCPFixedHeader::version
< For big endian boxes
Version, currently 2.
Definition at line 257 of file rtcppkt.h.
The documentation for this struct was generated from the following file: