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

Public Methods | |
| const char * | getProperty () |
| Returns the Property Name. | |
| const char * | getPropertyValue () |
| Returns the Property Value. | |
| void | setProperty (const char *a_Name) |
| Sets the Property Name. | |
| void | setPropertyValue (const char *a_Value) |
| Sets the Property Value. | |
| void | setPropertyWithoutEncode (const char *a_Name) |
| Sets the Property Name and doesn't set sdpElement's m_String. | |
| void | setPropertyValueWithoutEncode (const char *a_Value) |
| Sets the Property Value and doesn't set sdpElement's m_String.. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. Reimplemented in sdpCryptoAttribute. |
|
|
Returns the Property Name. This method returns the Name of the attribute property in the sdpAttribute object
|
|
|
Returns the Property Value. This method returns the Value of the attribute property in the sdpAttribute object
|
|
|
Sets the Property Name. This method sets the Name of the attribute property in the sdpAttribute object
|
|
|
Sets the Property Value. This method sets the value of the attribute property in the sdpAttribute object
|
|
|
Sets the Property Value and doesn't set sdpElement's m_String.. This method sets the Value of the attribute property in the sdpAttribute object
|
|
|
Sets the Property Name and doesn't set sdpElement's m_String. This method sets the Name of the attribute property in the sdpAttribute object
|
1.2.18