ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
phone.h File Reference
#include <ccrtp/rtp.h>
Include dependency graph for phone.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  KeyRTP
 Load /etc/phone.conf [thread] key value pairs. More...
 
class  KeyAudio
 Load /etc/phone.conf [audio] key value pairs. More...
 
class  KeyThreads
 Load /etc/phone.conf [thread] key value pairs. More...
 
class  RTPEvent
 Process RTP Events for plugins and special purpose classes. More...
 
class  RTPAudio
 This is the base session stack that will maintain all network audio activity. More...
 
class  DevAudio
 This is the base interface for DSO loadable audio devices. More...
 

Variables

bool multicast
 
bool daemon
 
KeyThreads keythreads
 
KeyRTP keyrtp
 
KeyAudio keyaudio
 
RTPAudiortp
 
DevAudioaudio
 

Variable Documentation

DevAudio* audio
bool daemon

Definition at line 34 of file phone.cpp.

KeyAudio keyaudio

Definition at line 74 of file config.cpp.

KeyRTP keyrtp

Definition at line 75 of file config.cpp.

KeyThreads keythreads

Definition at line 73 of file config.cpp.

bool multicast

Definition at line 33 of file phone.cpp.

RTPAudio* rtp

Definition at line 88 of file rtp.cpp.