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::SendReport - Struct for SR (sender report) RTCP packets.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                   RTCPCompoundHandler::SendReport(3)

Detailed Description

       Struct for SR (sender report) RTCP packets.

Member Data Documentation

RRBlockRTCPCompoundHandler::SendReport::blocks[1]
       possibly several receiver info blocks.

   SenderInfoRTCPCompoundHandler::SendReport::sinfo
       actual sender info.

   uint32RTCPCompoundHandler::SendReport::ssrc
       source identifier.

Name

       RTCPCompoundHandler::SendReport - Struct for SR (sender report) RTCP packets.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint32 ssrc
           source identifier.
       SenderInfosinfo
           actual sender info.
       RRBlockblocks [1]
           possibly several receiver info blocks.

See Also