#include <NatTraversalAgentDataTypes.h>
Public Member Functions | |
| MediaEndpoint (const MediaEndpoint &referenceMediaEndpoint) | |
| MediaEndpoint (const SdpBody &sdpBody, size_t mediaDescriptionIndex) | |
| MediaEndpoint () | |
| bool | setData (const SdpBody &sdpBody, size_t mediaDescriptionIndex) |
| Returns true if chnages got made to the encapsulated data. Returns false if encapsulated data already has values contained in SDP. | |
| const UtlString & | getAddress (void) const |
| int | getRtpPort (void) const |
| int | getRtcpPort (void) const |
| MediaEndpoint & | operator= (const MediaEndpoint &rhs) |
Private Attributes | |
| UtlString | mAddress |
| int | mRtpPort |
| int | mRtcpPort |
| MediaEndpoint | ( | const MediaEndpoint & | referenceMediaEndpoint | ) |
| MediaEndpoint | ( | const SdpBody & | sdpBody, | |
| size_t | mediaDescriptionIndex | |||
| ) |
| MediaEndpoint | ( | ) |
| bool setData | ( | const SdpBody & | sdpBody, | |
| size_t | mediaDescriptionIndex | |||
| ) |
Returns true if chnages got made to the encapsulated data. Returns false if encapsulated data already has values contained in SDP.
| const UtlString & getAddress | ( | void | ) | const |
| int getRtpPort | ( | void | ) | const |
| int getRtcpPort | ( | void | ) | const |
| MediaEndpoint & operator= | ( | const MediaEndpoint & | rhs | ) |
int mRtpPort [private] |
int mRtcpPort [private] |