OPAL  Version 3.14.3
rtp_session.h File Reference
#include <opal_config.h>
#include <rtp/rtp.h>
#include <rtp/jitter.h>
#include <opal/mediasession.h>
#include <ptlib/sockets.h>
#include <ptlib/safecoll.h>
#include <ptlib/notifier_ext.h>
#include <ptclib/pnat.h>
#include <ptclib/url.h>
#include <list>
Include dependency graph for rtp_session.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  OpalRTPSession
 
class  OpalRTPSession::ReceiverReport
 
class  OpalRTPSession::SenderReport
 
class  OpalRTPSession::SourceDescription
 

Macros

#define PDECLARE_RTPFilterNotifier(cls, fn)   PDECLARE_NOTIFIER2(RTP_DataFrame, cls, fn, OpalRTPSession::SendReceiveStatus &)
 
#define PCREATE_RTPFilterNotifier(fn)   PCREATE_NOTIFIER2(fn, OpalRTPSession::SendReceiveStatus &)
 

Macro Definition Documentation

#define PCREATE_RTPFilterNotifier (   fn)    PCREATE_NOTIFIER2(fn, OpalRTPSession::SendReceiveStatus &)
#define PDECLARE_RTPFilterNotifier (   cls,
  fn 
)    PDECLARE_NOTIFIER2(RTP_DataFrame, cls, fn, OpalRTPSession::SendReceiveStatus &)