.TH "DynamicPayloadFormat" 3 "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME DynamicPayloadFormat \- Dynamic payload format objects\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBPayloadFormat\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBDynamicPayloadFormat\fP (\fBPayloadType\fP type, uint32 rate)" .br .RI "Constructor\&. " .in -1c Public Member Functions inherited from \fBPayloadFormat\fP .in +1c .ti -1c .RI "\fBPayloadType\fP \fBgetPayloadType\fP () const" .br .RI "Get payload type numeric identifier carried in RTP packets\&. " .ti -1c .RI "uint32 \fBgetRTPClockRate\fP () const" .br .RI "Get RTP clock rate for this payload format\&. " .in -1c .SS "Additional Inherited Members" Protected Member Functions inherited from \fBPayloadFormat\fP .in +1c .ti -1c .RI "\fBPayloadFormat\fP ()" .br .RI "\fBPayloadFormat\fP must not be used but as base class\&. " .ti -1c .RI "virtual \fB~PayloadFormat\fP ()" .br .RI "\fBPayloadFormat\fP must not be used but as base class\&. " .ti -1c .RI "void \fBsetPayloadType\fP (\fBPayloadType\fP pt)" .br .RI "Set payload type numeric identifier carried in RTP packets\&. " .ti -1c .RI "void \fBsetRTPClockRate\fP (uint32 rate)" .br .RI "Set RTP clock rate\&. " .in -1c Static Protected Attributes inherited from \fBPayloadFormat\fP .in +1c .ti -1c .RI "static const uint32 \fBdefaultRTPClockRate\fP" .br .in -1c .SH "Detailed Description" .PP Dynamic payload format objects\&. Class of payload formats objects for payload types dynamically negotiated\&. Because these payloads do not have a fix RTP clock rate assigned, it must be specified to the constructor\&. This class will be used by applications that support dynamic payload negotiation\&. .PP \fBAuthor\fP .RS 4 Federico Montesino Pouzols fedemp@altern.org .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "DynamicPayloadFormat::DynamicPayloadFormat (\fBPayloadType\fP type, uint32 rate)" .PP Constructor\&. Builds a dynamic payload format from payload numeric identifier and the corresponding RTP clock rate\&. .PP \fBParameters\fP .RS 4 \fItype\fP payload type numeric identifier\&. .br \fIrate\fP RTP clock rate\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.