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

Public Methods | |
| const char * | getAddress () |
| Returns the Origin Address value. | |
| const char * | getAddressType () |
| Returns the Origin Address Type value. | |
| const char * | getNetworkType () |
| Returns the Origin Network Type value. | |
| const char * | getSessionId () |
| Returns the Origin Session Id value. | |
| const char * | getUserName () |
| Returns the Origin User Name value. | |
| const char * | getVersion () |
| Returns the Origin Version value. | |
| void | setAddress (const char *a_Address) |
| Sets the Origin Address value. | |
| void | setAddressType (const char *a_AddressType) |
| Sets the Origin Address Type value. | |
| void | setNetworkType (const char *a_NetworkType) |
| Sets the Origin Network Type value. | |
| void | setSessionId (const char *a_SessionId) |
| Sets the Origin Session Id value. | |
| void | setUserName (const char *a_UserName) |
| Sets the Origin User Name value. | |
| void | setVersion (const char *a_Version) |
| Sets the Origin Version value. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
|
Returns the Origin Address value. This method returns the Origin Address portion of the sdpOrigin object
|
|
|
Returns the Origin Address Type value. This method returns the Origin Address Type portion of the sdpOrigin object
|
|
|
Returns the Origin Network Type value. This method returns the Origin Network Type portion of the sdpOrigin object
|
|
|
Returns the Origin Session Id value. This method returns the Origin Session Id portion of the sdpOrigin object
|
|
|
Returns the Origin User Name value. This method returns the Origin User Name portion of the sdpOrigin object
|
|
|
Returns the Origin Version value. This method returns the Origin Version portion of the sdpOrigin object
|
|
|
Sets the Origin Address value. This method sets the Origin Address portion of the sdpOrigin object
|
|
|
Sets the Origin Address Type value. This method sets the Origin Address Type portion of the sdpOrigin object
|
|
|
Sets the Origin Network Type value. This method sets the Origin Network Type portion of the sdpOrigin object
|
|
|
Sets the Origin Session Id value. This method sets the Origin Session Id portion of the sdpOrigin object
|
|
|
Sets the Origin User Name value. This method sets the Origin User Name portion of the sdpOrigin object
|
|
|
Sets the Origin Version value. This method sets the Origin Version portion of the sdpOrigin object
|
1.2.18