ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
Participants and synchronization sources.

Data Structures

class  SDESItemsHolder
 Holds the SDES items and related information from a participant in an RTP application. More...
 
class  Participant
 A class of objects representing remote participants (RTP applications) in a multimedia session. More...
 
class  SyncSource
 Synchronization source in an RTP session. More...
 
class  RTPApplication
 An RTP application, holding identifying RTCP SDES item values. More...
 

Functions

__EXPORT RTPApplicationdefaultApplication ()
 Get the RTPApplication object for the "default" application (the only one used by common applications -those that only implement one "RTP application"). More...
 

Detailed Description

Function Documentation

__EXPORT RTPApplication& defaultApplication ( )

#include <sources.h>

Get the RTPApplication object for the "default" application (the only one used by common applications -those that only implement one "RTP application").

Note that this application object differs from all the others that may be defined in that it is automatically constructed by the ccRTP stack and its CNAME is automatically assigned (as user@host), whereas the other application objects' CNAME is provided to its constructor.

Definition at line 128 of file source.cpp.