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

SDESItemsHolder - Holds the SDES items and related information from a participant in an RTP application.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                                   SDESItemsHolder(3)

Constructor & Destructor Documentation

SDESItemsHolder::SDESItemsHolder()[inline],[protected]virtualSDESItemsHolder::~SDESItemsHolder()[inline],[protected],[virtual]

Detailed Description

       Holds the SDES items and related information from a participant in an RTP application.

       This is a base class for participant classes.

       Author
           Federico Montesino Pouzols fedemp@altern.org

Member Function Documentation

conststd::string&SDESItemsHolder::getItem(SDESItemTypetype)constconststd::string&SDESItemsHolder::getPRIVPrefix()const[inline]voidSDESItemsHolder::setItem(SDESItemTypeitem,conststd::string&val)voidSDESItemsHolder::setPRIVPrefix(conststd::string&val)[inline]

Name

       SDESItemsHolder - Holds the SDES items and related information from a participant in an RTP application.

Synopsis

       #include <sources.h>

       Inherited by Participant [private], and RTPApplication [private].

   PublicMemberFunctions
       const std::string & getItem (SDESItemType type) const
       const std::string & getPRIVPrefix () const
       void setItem (SDESItemType item, const std::string &val)
       void setPRIVPrefix (const std::string &val)

   ProtectedMemberFunctionsSDESItemsHolder ()
       virtual ~SDESItemsHolder ()

See Also