.TH "RTCPCompoundHandler::RTCPFixedHeader" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME RTCPCompoundHandler::RTCPFixedHeader \- Fixed RTCP packet header\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Attributes" .in +1c .ti -1c .RI "unsigned char \fBversion\fP:2" .br .RI "< For big endian boxes " .ti -1c .RI "unsigned char \fBpadding\fP:1" .br .RI "Padding bit\&. " .ti -1c .RI "unsigned char \fBblock_count\fP:5" .br .RI "Number of RR, SR, or SDES chunks\&. " .ti -1c .RI "uint8 \fBtype\fP" .br .RI "type of RTCP packet\&. " .ti -1c .RI "uint16 \fBlength\fP" .br .RI "number of 32-bit words in the packet (\fIminus one\fP)\&. " .in -1c .SH "Detailed Description" .PP Fixed RTCP packet header\&. First 32-bit word in any RTCP packet\&. .SH "Member Data Documentation" .PP .SS "unsigned char RTCPCompoundHandler::RTCPFixedHeader::block_count" .PP Number of RR, SR, or SDES chunks\&. .SS "uint16 RTCPCompoundHandler::RTCPFixedHeader::length" .PP number of 32-bit words in the packet (\fIminus one\fP)\&. .SS "unsigned char RTCPCompoundHandler::RTCPFixedHeader::padding" .PP Padding bit\&. .SS "uint8 RTCPCompoundHandler::RTCPFixedHeader::type" .PP type of RTCP packet\&. .SS "unsigned char RTCPCompoundHandler::RTCPFixedHeader::version" .PP < For big endian boxes Version, currently 2\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.