|
Public Member Functions |
| SDPMediaDescription () |
| SDPMediaDescription (const SDPMediaDescription &orig) |
| SDPMediaDescription (const char *media) |
virtual | ~SDPMediaDescription () |
SDPMediaDescription & | operator= (const SDPMediaDescription &orig) |
bool | hasMedia () const |
void | setMedia (const MNString &in) |
void | setMedia (const char *in) |
const MNString & | getMedia () const |
SDP::MNMediaType | getMediaType () const |
int | getPort () const |
MNTransportProtocol | getTransportProtocol () const |
const MNString & | getPayloadFormatEntries () const |
bool | hasInformation () const |
void | setInformation (const MNString &in) |
void | setInformation (const char *in) |
const MNString & | getInformation () const |
bool | hasConnection () const |
void | setConnection (const MNString &in) |
void | setConnection (const char *in) |
const MNString & | getConnection () const |
void | addBandwidth (const char *in) |
bool | hasASBandwidth () const |
size_t | getASBandwidth () |
bool | hasKey () const |
void | setKey (const MNString &in) |
void | setKey (const char *in) |
const MNString & | getKey () const |
bool | hasAttributes () const |
void | insertAttribute (const MNString &in) |
void | insertAttribute (const char *in) |
void | insertRtpmapAttribute (const char *in) |
const MNList< MNString > & | getAttributes () const |
bool | hasLCRTPAttribute () |
int | getNbFormats () const |
const SDP::PayloadTypeTable * | getPayloadTypes () const |
bool | hasFormatswitch () const |
Formatswitch | getFormatswitch () |
bool | hasTrackIDString () const |
const MNString & | getTrackIDString () const |
void | dump (MNString &desc) |
MNString | toString () |
Public Attributes |
MediaField * | _media_field |
MNString * | _information_field |
MNString * | _connection_field |
SDP::Bandwidths | _bandwidths |
MNString * | _key_field |
MNList< MNString > * | _attribute_fields |
SDP::PayloadTypeTable | _payloadTypes |
Formatswitch * | _f_switch |
MNString * | _trackIDString |