#include <sdpElements.h>
Inheritance diagram for sdpElement:

Public Methods | |
| void | clear () |
| Clears value. | |
| int | getLen () |
| Returns value len. | |
| const char * | getValue () |
| Returns value. | |
| bool | ifExists () |
| Does value exist? | |
| void | setValue (const char *a_Value) |
| Sets value. | |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented in sdpTime, sdpRepeatTimes, sdpOrigin, sdpTimezoneAdjustment, sdpEncryptionKey, sdpBandwidth, sdpConnection, sdpAttribute, sdpCryptoAttribute, and sdpMedia. |
|
|
Returns value len. This method returns the len of the value string stored in the cooresponding object.
|
|
|
Returns value. This method returns the value stored in the corresponding object.
Reimplemented in sdpCryptoSessionParm. |
|
|
Does value exist? This method returns "true" if the value of the corresponding object has been set previously.
|
|
|
Sets value. This method sets the values stored in the corresponding object.
Reimplemented in sdpCryptoSessionParm. |
1.2.18