#include <srtp.h>
Public Member Functions | |
| OpalSRTP_UDP (const Params &options) | |
| virtual SendReceiveStatus | OnSendData (RTP_DataFrame &frame)=0 |
| virtual SendReceiveStatus | OnReceiveData (RTP_DataFrame &frame)=0 |
| virtual SendReceiveStatus | OnSendControl (RTP_ControlFrame &frame, PINDEX &len)=0 |
| virtual SendReceiveStatus | OnReceiveControl (RTP_ControlFrame &frame)=0 |
| OpalSRTP_UDP::OpalSRTP_UDP | ( | const Params & | options | ) |
| options | Parameters to construct with session. |
| virtual SendReceiveStatus OpalSRTP_UDP::OnReceiveControl | ( | RTP_ControlFrame & | frame | ) | [pure virtual] |
Reimplemented from RTP_Session.
Implemented in LibSRTP_UDP.
| virtual SendReceiveStatus OpalSRTP_UDP::OnReceiveData | ( | RTP_DataFrame & | frame | ) | [pure virtual] |
Reimplemented from RTP_Session.
Implemented in LibSRTP_UDP.
| virtual SendReceiveStatus OpalSRTP_UDP::OnSendControl | ( | RTP_ControlFrame & | frame, | |
| PINDEX & | len | |||
| ) | [pure virtual] |
Reimplemented from RTP_Session.
Implemented in LibSRTP_UDP.
| virtual SendReceiveStatus OpalSRTP_UDP::OnSendData | ( | RTP_DataFrame & | frame | ) | [pure virtual] |
Reimplemented from RTP_Session.
Implemented in LibSRTP_UDP.
1.6.1