Man page - sources(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
apt-get install libccrtp-doc
Manual
sources
NAMESYNOPSIS
Classes
Functions
Detailed Description
Function Documentation
__EXPORT RTPApplication & defaultApplication ()
Author
NAME
sources - Participants and synchronization sources.
SYNOPSIS
Classes
class
SDESItemsHolder
Holds the SDES items and related information from a
participant in an RTP application.
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.
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.