#include <NatTraversalAgentDataTypes.h>

| MediaRelaySession | ( | const tMediaRelayHandle & | uniqueHandle, | |
| int | callerPort, | |||
| int | calleePort, | |||
| MediaBridgePair * | pAssociatedMediaBridgePair, | |||
| bool | isaCloneOfAnotherMediaRelaySession = false | |||
| ) |
c'tor used when creating a media relay session that is a clone of an existing one.
| UtlContainableType getContainableType | ( | void | ) | const [virtual] |
Implements UtlContainable.
| unsigned hash | ( | ) | const [virtual] |
Implements UtlContainable.
| int compareTo | ( | UtlContainable const * | rhs | ) | const [virtual] |
Implements UtlContainable.
| const tMediaRelayHandle& getUniqueHandle | ( | void | ) | const [inline] |
| bool areCallerAndCalleeRtpPortsSwapped | ( | void | ) | const [inline] |
| int getRtpRelayPort | ( | EndpointRole | endpointRole | ) | const |
| bool isaCloneOfAnotherMediaRelaySession | ( | void | ) | const |
| MediaBridgePair* getAssociatedMediaBridgePair | ( | void | ) | const [inline] |
| const PacketProcessingStatistics& getPacketProcessingStats | ( | void | ) | [inline] |
| void setPacketProcessingStats | ( | const PacketProcessingStatistics & | newStats | ) |
| ssize_t getLinkCount | ( | void | ) | const |
| ssize_t incrementLinkCount | ( | void | ) |
| ssize_t decrementLinkCount | ( | void | ) |
const UtlContainableType TYPE = "MediaRelaySession" [static] |
Reimplemented from UtlContainable.
tMediaRelayHandle mUniqueHandle [private] |
< Class type used for runtime checking
int mCallerRtpPort [private] |
int mCalleeRtpPort [private] |
bool mbIsaCloneOfAnotherMediaRelaySession [private] |
bool mbCallerAndCalleeRtpPortsSwapped [private] |
MediaBridgePair* mpAssociatedMediaBridgePair [private] |
ssize_t mLinkCount [private] |