logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RTCPCompoundHandler::RTCPFixedHeader - Fixed RTCP packet header.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP              RTCPCompoundHandler::RTCPFixedHeader(3)

Detailed Description

       Fixed RTCP packet header.

       First 32-bit word in any RTCP packet.

Member Data Documentation

unsignedcharRTCPCompoundHandler::RTCPFixedHeader::block_count
       Number of RR, SR, or SDES chunks.

   uint16RTCPCompoundHandler::RTCPFixedHeader::length
       number of 32-bit words in the packet (minusone).

   unsignedcharRTCPCompoundHandler::RTCPFixedHeader::padding
       Padding bit.

   uint8RTCPCompoundHandler::RTCPFixedHeader::type
       type of RTCP packet.

   unsignedcharRTCPCompoundHandler::RTCPFixedHeader::version
       < For big endian boxes Version, currently 2.

Name

       RTCPCompoundHandler::RTCPFixedHeader - Fixed RTCP packet header.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       unsigned char version:2
           < For big endian boxes
       unsigned char padding:1
           Padding bit.
       unsigned char block_count:5
           Number of RR, SR, or SDES chunks.
       uint8 type
           type of RTCP packet.
       uint16 length
           number of 32-bit words in the packet (minusone).

See Also