ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | Private Attributes | Static Private Attributes | Friends
RTPEvent Class Reference

Process RTP Events for plugins and special purpose classes. More...

#include <phone.h>

Collaboration diagram for RTPEvent:
Collaboration graph
[legend]

Protected Member Functions

 RTPEvent ()
 
virtual void gotHello (const SyncSource &src)
 
virtual void gotGoodbye (const SyncSource &src, const std::string &reason)
 

Private Attributes

RTPEventnext
 

Static Private Attributes

static RTPEventfirst = NULL
 

Friends

class RTPAudio
 

Detailed Description

Process RTP Events for plugins and special purpose classes.

Author
David Sugar dyfet.nosp@m.@ost.nosp@m.el.co.nosp@m.m RTP event processing.

Definition at line 149 of file phone.h.

Constructor & Destructor Documentation

RTPEvent::RTPEvent ( )
protected

Definition at line 31 of file rtp.cpp.

Member Function Documentation

virtual void RTPEvent::gotGoodbye ( const SyncSource src,
const std::string &  reason 
)
inlineprotectedvirtual

Definition at line 163 of file phone.h.

virtual void RTPEvent::gotHello ( const SyncSource src)
inlineprotectedvirtual

Definition at line 160 of file phone.h.

Friends And Related Function Documentation

friend class RTPAudio
friend

Definition at line 152 of file phone.h.

Field Documentation

RTPEvent * RTPEvent::first = NULL
staticprivate

Definition at line 154 of file phone.h.

RTPEvent* RTPEvent::next
private

Definition at line 155 of file phone.h.


The documentation for this class was generated from the following files: