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::SDESChunk - Struct for a chunk of items in a SDES RTCP packet.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                    RTCPCompoundHandler::SDESChunk(3)

Detailed Description

       Struct for a chunk of items in a SDES RTCP packet.

Member Data Documentation

SDESItemRTCPCompoundHandler::SDESChunk::item
       SDES item from sender.

   uint32RTCPCompoundHandler::SDESChunk::ssrc
       SSRC identifer from sender.

Member Function Documentation

uint32RTCPCompoundHandler::SDESChunk::getSSRC()const[inline]

Name

       RTCPCompoundHandler::SDESChunk - Struct for a chunk of items in a SDES RTCP packet.

Synopsis

       #include <rtcppkt.h>

   PublicMemberFunctions
       uint32 getSSRC () const

   PublicAttributes
       uint32 ssrc
           SSRC identifer from sender.
       SDESItemitem
           SDES item from sender.

See Also