class SdpAttributes

Attributes that are common to Session and Media a= a=: EXCEPT: a=rtpmap:

Inheritance:


Public Methods

void addValueAttribute(ValueAttribute* newValueAttribute)
void encode(ostrstream& s)
void flushValueAttributes()
bool getrecvonly()
bool getsendonly()
bool getsendrecv()
vector < ValueAttribute* > * getValueAttributes()
bool isUserDefined(const char* str)
Check if this is auser defined attribute
SdpAttributes& operator=(SdpAttributes& attrib)
SdpAttributes()
void setAttribute(string& str)
void setrecvonly()
void setsendonly()
void setsendrecv()
~SdpAttributes()

Private Fields

vector < ValueAttribute* > valueAttributes
Value attributes

Documentation

Attributes that are common to Session and Media a= a=: EXCEPT: a=rtpmap:...
SdpAttributes()

~SdpAttributes()

SdpAttributes& operator=(SdpAttributes& attrib)

void setAttribute(string& str)

void setrecvonly()

void setsendrecv()

void setsendonly()

bool getrecvonly()

bool getsendrecv()

bool getsendonly()

void addValueAttribute(ValueAttribute* newValueAttribute)

vector < ValueAttribute* > * getValueAttributes()

void flushValueAttributes()

bool isUserDefined(const char* str)
Check if this is auser defined attribute

void encode(ostrstream& s)

vector < ValueAttribute* > valueAttributes
Value attributes


Direct child classes:
MediaAttributes

alphabetic index hierarchy of classes


generated by doc++