This class is for encpsulating the IETF Real Time Protocol interface
Overriedes from PObject
Operations
Member variable access
This class is for encpsulating the IETF Real Time Protocol interface
This is called by the thread started by the Start() function and is
typically a loop writing to the codec and reading from the transport
(eg RTP_session).
This is called by the thread started by the Start() function and is
typically a loop reading from the codec and writing to the transport
(eg an RTP_session).
The default makes sure the parameters are compatible and passes on
the PDU to the rtp session.
The default makes sure the parameters are compatible and passes on
the PDU to the rtp session.
virtual unsigned GetSessionID() const
virtual BOOL Open()
virtual void Receive()
virtual void Transmit()
virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ) const
virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, H245_OpenLogicalChannelAck & ack ) const
ack - Acknowledgement PDUvirtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, unsigned & errorCode )
errorCode - Error code on failurevirtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu )
Alphabetic index HTML hierarchy of classes or Java