focal (3) sources.3.gz

Provided by: libccrtp-doc_2.0.9-2.3build1_all bug

NAME

       sources

SYNOPSIS

   Classes
       class SDESItemsHolder
       class Participant
           A class of objects representing remote participants (RTP applications) in a multimedia session.
       class SyncSource
           Synchronization source in an RTP session.
       class RTPApplication
           An RTP application, holding identifying RTCP SDES item values. Represents local participants.

   Functions
       __EXPORT RTPApplication & defaultApplication ()
           Get the RTPApplication object for the 'default' application (the only one used by common applications
           -those that only implement one 'RTP application').

Detailed Description

Function Documentation

   __EXPORT RTPApplication& defaultApplication ()
       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.

       Examples
           ccrtptest.cpp, rtphello.cpp, rtplisten.cpp, and rtpsend.cpp.

Author

       Generated automatically by Doxygen for ccRTP from the source code.