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::SDESItem - Struct for an item description of a SDES packet.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                     RTCPCompoundHandler::SDESItem(3)

Detailed Description

       Struct for an item description of a SDES packet.

Member Data Documentation

charRTCPCompoundHandler::SDESItem::data[1]
       item content.

   uint8RTCPCompoundHandler::SDESItem::len
       item len in octets.

   uint8RTCPCompoundHandler::SDESItem::type
       item identifier.

Name

       RTCPCompoundHandler::SDESItem - Struct for an item description of a SDES packet.

Synopsis

       #include <rtcppkt.h>

   PublicAttributes
       uint8 type
           item identifier.
       uint8 len
           item len in octets.
       char data [1]
           item content.

See Also