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::BYEPacket - Struct for BYE (leaving session) RTCP packets.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                    RTCPCompoundHandler::BYEPacket(3)

Detailed Description

       Struct for BYE (leaving session) RTCP packets.

Member Data Documentation

uint8RTCPCompoundHandler::BYEPacket::length
       [optional] length of reason.

   uint32RTCPCompoundHandler::BYEPacket::ssrc
       ssrc identifier of source leaving.

Name

       RTCPCompoundHandler::BYEPacket - Struct for BYE (leaving session) RTCP packets.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint32 ssrc
           ssrc identifier of source leaving.
       uint8 length
           [optional] length of reason.

See Also