capability | H323Channel | [protected] |
Close() | H323UnidirectionalChannel | [virtual] |
connection | H323Channel | [protected] |
Construct(H323Connection &conn, unsigned id) | H323_ExternalRTPChannel | [protected] |
Directions enum name | H323Channel | |
endpoint | H323Channel | [protected] |
externalMediaAddress | H323_ExternalRTPChannel | [protected] |
externalMediaControlAddress | H323_ExternalRTPChannel | [protected] |
GetBandwidthUsed() const | H323Channel | [inline] |
GetCapability() const | H323Channel | [inline] |
GetDirection() const | H323UnidirectionalChannel | [virtual] |
GetDynamicRTPPayloadType() const | H323_RealTimeChannel | [inline] |
GetMediaStream(BOOL deleted=FALSE) const | H323UnidirectionalChannel | [virtual] |
GetMediaTransportAddress(OpalTransportAddress &data, OpalTransportAddress &control) const | H323_ExternalRTPChannel | [virtual] |
GetNumber() const | H323Channel | [inline] |
GetRemoteAddress(PIPSocket::Address &ip, WORD &dataPort) const | H323_ExternalRTPChannel | |
GetRemoteMediaAddress() const | H323_ExternalRTPChannel | [inline] |
GetRemoteMediaControlAddress() const | H323_ExternalRTPChannel | [inline] |
GetReverseChannel() const | H323Channel | [inline] |
GetSessionID() const | H323_ExternalRTPChannel | [virtual] |
H323_ExternalRTPChannel(H323Connection &connection, const H323Capability &capability, Directions direction, unsigned sessionID) | H323_ExternalRTPChannel | |
H323_ExternalRTPChannel(H323Connection &connection, const H323Capability &capability, Directions direction, unsigned sessionID, const H323TransportAddress &data, const H323TransportAddress &control) | H323_ExternalRTPChannel | |
H323_ExternalRTPChannel(H323Connection &connection, const H323Capability &capability, Directions direction, unsigned sessionID, const PIPSocket::Address &ip, WORD dataPort) | H323_ExternalRTPChannel | |
H323_RealTimeChannel(H323Connection &connection, const H323Capability &capability, Directions direction) | H323_RealTimeChannel | |
H323Channel(H323Connection &connection, const H323Capability &capability) | H323Channel | |
H323UnidirectionalChannel(H323Connection &connection, const H323Capability &capability, Directions direction) | H323UnidirectionalChannel | |
IsBidirectional enum value | H323Channel | |
IsOpen() const | H323Channel | [inline] |
IsPaused() const | H323Channel | [inline] |
IsReceiver enum value | H323Channel | |
IsTransmitter enum value | H323Channel | |
mediaStream | H323UnidirectionalChannel | [mutable, protected] |
number | H323Channel | [protected] |
NumDirections enum value | H323Channel | |
OnFlowControl(long bitRateRestriction) | H323Channel | [virtual] |
OnJitterIndication(DWORD jitter, int skippedFrameCount, int additionalBuffer) | H323Channel | [virtual] |
OnMiscellaneousCommand(const H245_MiscellaneousCommand_type &type) | H323UnidirectionalChannel | [virtual] |
OnMiscellaneousIndication(const H245_MiscellaneousIndication_type &type) | H323Channel | [virtual] |
OnReceivedAckPDU(const H245_H2250LogicalChannelAckParameters ¶m) | H323_ExternalRTPChannel | [virtual] |
H323_RealTimeChannel::OnReceivedAckPDU(const H245_OpenLogicalChannelAck &pdu) | H323_RealTimeChannel | [virtual] |
OnReceivedPDU(const H245_H2250LogicalChannelParameters ¶m, unsigned &errorCode) | H323_ExternalRTPChannel | [virtual] |
H323_RealTimeChannel::OnReceivedPDU(const H245_OpenLogicalChannel &pdu, unsigned &errorCode) | H323_RealTimeChannel | [virtual] |
OnSendingPDU(H245_H2250LogicalChannelParameters ¶m) const | H323_ExternalRTPChannel | [virtual] |
H323_RealTimeChannel::OnSendingPDU(H245_OpenLogicalChannel &openPDU) const | H323_RealTimeChannel | [virtual] |
OnSendOpenAck(H245_H2250LogicalChannelAckParameters ¶m) const | H323_ExternalRTPChannel | [virtual] |
H323_RealTimeChannel::OnSendOpenAck(const H245_OpenLogicalChannel &open, H245_OpenLogicalChannelAck &ack) const | H323_RealTimeChannel | [virtual] |
Open() | H323UnidirectionalChannel | [virtual] |
opened | H323Channel | [protected] |
paused | H323Channel | [protected] |
PDECLARE_NOTIFIER(OpalMediaCommand, H323UnidirectionalChannel, OnMediaCommand) | H323UnidirectionalChannel | [protected] |
PrintOn(ostream &strm) const | H323Channel | [virtual] |
Receive() | H323_ExternalRTPChannel | [virtual] |
receiver | H323UnidirectionalChannel | [protected] |
remoteMediaAddress | H323_ExternalRTPChannel | [protected] |
remoteMediaControlAddress | H323_ExternalRTPChannel | [protected] |
reverseChannel | H323Channel | [protected] |
rtpPayloadType | H323_RealTimeChannel | [protected] |
sessionID | H323_ExternalRTPChannel | [protected] |
SetBandwidthUsed(unsigned bandwidth) | H323Channel | |
SetDynamicRTPPayloadType(int newType) | H323_RealTimeChannel | [virtual] |
SetExternalAddress(const H323TransportAddress &data, const H323TransportAddress &control) | H323_ExternalRTPChannel | |
SetInitialBandwidth() | H323UnidirectionalChannel | [virtual] |
SetNumber(const H323ChannelNumber &num) | H323Channel | [inline] |
SetPause(BOOL pause) | H323Channel | [inline] |
SetReverseChannel(const H323ChannelNumber &num) | H323Channel | [inline] |
Start() | H323_ExternalRTPChannel | [virtual] |
terminating | H323Channel | [protected] |
Transmit() | H323_ExternalRTPChannel | [virtual] |
~H323Channel() | H323Channel | |
~H323UnidirectionalChannel() | H323UnidirectionalChannel | |