|
Public Member Functions |
| SDPSessionDescription () |
| SDPSessionDescription (const MNString &sdptext) |
| SDPSessionDescription (const SDPSessionDescription &orig) |
virtual | ~SDPSessionDescription () |
bool | ok () const |
SDPSessionDescription & | operator= (const SDPSessionDescription &orig) |
void | setField (SDP::SessionFieldName fn, const MNString &in) |
void | setField (SDP::SessionFieldName fn, const char *in) |
void | setConnection (const MNString &in) |
void | setConnection (const char *in) |
void | insertTime (const MNString &in) |
void | insertTime (const char *in) |
void | insertRepeat (const MNString &in) |
void | insertRepeat (const char *in) |
void | setKey (const MNString &in) |
void | setKey (const char *in) |
void | setRangeAttribute (ParseTimeRange *&in) |
void | insertAttribute (const MNString &in) |
void | insertAttribute (const char *in) |
void | setMediaDescriptionList (MDescList *in) |
bool | hasVersion () const |
const MNString & | getVersion () |
bool | hasOrigin () const |
const MNString & | getOrigin () const |
bool | hasSessionName () const |
const MNString & | getSessionName () const |
bool | hasInformation () const |
const MNString & | getInformation () const |
bool | hasURI () const |
const MNString & | getURI () const |
bool | hasEmail () const |
const MNString & | getEmail () const |
bool | hasPhone () const |
const MNString & | getPhone () const |
bool | hasARange () const |
const ParseTimeRange & | getARange () const |
bool | hasConnection (int idx) const |
MNString | getConnection (int idx) const |
MNString | getConnectionAddress (int idx) const |
void | addBandwidth (const char *in) |
bool | hasASBandwidth (int idx=-1) const |
| addBandwidth
|
size_t | getASBandwidth (int idx=-1) const |
| addBandwidth
|
bool | hasRepeat () |
const MNList< MNString > & | getRepeats () const |
bool | hasKey () |
const MNString & | getKey () const |
bool | hasAttributes () |
const MNList< MNString > & | getAttributes () const |
bool | hasANYAttribute (const char *name) |
bool | getANYAttribute (const char *attributeName, MNString &value) |
bool | hasPatchAttribute () |
MNString | getPatchAttribute () |
void | getPatchRange (int &start, int &stop) |
bool | hasStreamIdAttribute () |
bool | hasLCRTPAttribute () |
bool | hasFramerateAttribute () |
MNString | getFramerateAttribute () |
bool | hasMediaDescription () |
int | getMediaDescriptionCount () const |
void | getMediaDescriptions (MDescList &inout) const |
const MDescList & | getMediaDescriptionArray () const |
MDescList & | getMediaDescriptionArray () |
int | getMainConnection (MNString &host) |
ParseTimeRange * | getPlayDuration () const |
int | dump (MNString &desc) |
MNString | toString () |