.TH "sources" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME sources .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBSDESItemsHolder\fP" .br .RI "Holds the SDES items and related information from a participant in an RTP application\&. " .ti -1c .RI "class \fBParticipant\fP" .br .RI "A class of objects representing remote participants (RTP applications) in a multimedia session\&. " .ti -1c .RI "class \fBSyncSource\fP" .br .RI "Synchronization source in an RTP session\&. " .ti -1c .RI "class \fBRTPApplication\fP" .br .RI "An RTP application, holding identifying RTCP SDES item values\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "__EXPORT \fBRTPApplication\fP & \fBdefaultApplication\fP ()" .br .RI "Get the \fBRTPApplication\fP object for the 'default' application (the only one used by common applications -those that only implement one 'RTP application')\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "__EXPORT \fBRTPApplication\fP& defaultApplication ()" .PP Get the \fBRTPApplication\fP 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\&. .PP \fBExamples: \fP .in +1c \fBccrtptest\&.cpp\fP, \fBrtphello\&.cpp\fP, \fBrtplisten\&.cpp\fP, and \fBrtpsend\&.cpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.