ccRTP
|
Holds the SDES items and related information from a participant in an RTP application. More...
#include <sources.h>
Public Member Functions | |
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) |
Protected Member Functions | |
SDESItemsHolder () | |
virtual | ~SDESItemsHolder () |
Holds the SDES items and related information from a participant in an RTP application.
This is a base class for participant classes.
|
inlineprotected |
|
inlineprotectedvirtual |
const std::string& SDESItemsHolder::getItem | ( | SDESItemType | type | ) | const |
|
inline |
Reimplemented in RTPApplication, and Participant.
void SDESItemsHolder::setItem | ( | SDESItemType | item, |
const std::string & | val | ||
) |
|
inline |
Reimplemented in RTPApplication.