Provided by: libccrtp-doc_2.0.9-2.2_all bug

NAME

       DynamicPayloadFormat - Dynamic payload format objects.

SYNOPSIS

       #include <formats.h>

       Inherits PayloadFormat.

   Public Member Functions
       DynamicPayloadFormat (PayloadType type, uint32 rate)
           Constructor.

   Additional Inherited Members

Detailed Description

       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.

       Author:
           Federico Montesino Pouzols fedemp@altern.org

Constructor & Destructor Documentation

   DynamicPayloadFormat::DynamicPayloadFormat (PayloadType type, uint32 rate)
       Constructor. Builds a dynamic payload format from payload numeric identifier and the
       corresponding RTP clock rate.

       Parameters:
           type payload type numeric identifier.
           rate RTP clock rate.

Author

       Generated automatically by Doxygen for ccRTP from the source code.