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::APPPacket - Struct for APP (application specific) RTCP packets.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                    RTCPCompoundHandler::APPPacket(3)

Detailed Description

       Struct for APP (application specific) RTCP packets.

Member Data Documentation

unsignedcharRTCPCompoundHandler::APPPacket::data[1]
       interpreted as a sequence of four characters. application dependent data.

   charRTCPCompoundHandler::APPPacket::name[4]
       Name of the APP packet,.

   uint32RTCPCompoundHandler::APPPacket::ssrc
       ssrc identifier of source.

Name

       RTCPCompoundHandler::APPPacket - Struct for APP (application specific) RTCP packets.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint32 ssrc
           ssrc identifier of source.
       char name [4]
           Name of the APP packet,.
       unsigned char data [1]
           interpreted as a sequence of four characters.

See Also