Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
zrtpccrtp.h File Reference
#include <ccrtp/rtp.h>
#include <libzrtpcpp/ZrtpQueue.h>
Include dependency graph for zrtpccrtp.h:

Go to the source code of this file.

Typedefs

typedef SingleThreadRTPSession
< SymmetricRTPChannel,
SymmetricRTPChannel, ZrtpQueue
SymmetricZRTPSession
 Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception. More...
 

Typedef Documentation

Uses one pair of sockets, (1) for RTP data and (2) for RTCP transmission/reception.

This session uses the ZrtpQueue instead of the AVPQueue. The ZrtpQueue inherits from AVPQueue and adds support for ZRTP thus enabling ad-hoc key negotiation to setup SRTP sessions.

Symmetric UDP/IPv4 RTP session scheduled by one thread of execution.

Definition at line 44 of file zrtpccrtp.h.