ccRTP
Classes | Typedefs
rtp.h File Reference

Generic and audio/video profile specific RTP interface of ccRTP. More...

#include <ccrtp/cqueue.h>
#include <ccrtp/channel.h>

Go to the source code of this file.

Classes

class  TRTPSessionBase< RTPDataChannel, RTCPChannel, ServiceQueue >
 
class  SingleThreadRTPSession< RTPDataChannel, RTCPChannel, ServiceQueue >
 

Typedefs

typedef SingleThreadRTPSession RTPSession
 UDP/IPv4 RTP Session scheduled by one thread of execution. More...
 
typedef RTPSession RTPSocket
 
typedef SingleThreadRTPSession< SymmetricRTPChannel, SymmetricRTPChannelSymmetricRTPSession
 Symmetric UDP/IPv4 RTP session scheduled by one thread of execution. More...
 

Detailed Description

Generic and audio/video profile specific RTP interface of ccRTP.

The classes and types in this header provide general RTP functionality (following RFC 3550) as well as audio/video RTP profile specific functionality (following RFC 3551).