Man page - dynamicpayloadformat(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
DynamicPayloadFormat
NAMESYNOPSIS
Public Member Functions
Additional Inherited Members
Detailed Description
Constructor & Destructor Documentation
DynamicPayloadFormat::DynamicPayloadFormat (PayloadType type, uint32 rate)
Author
NAME
DynamicPayloadFormat - Dynamic payload format objects.
SYNOPSIS
#include <formats.h>
Inherits PayloadFormat .
Public Member Functions
DynamicPayloadFormat
(
PayloadType
type, uint32 rate)
Constructor.
Public Member Functions inherited from PayloadFormat
PayloadType
getPayloadType
() const
Get payload type numeric identifier carried in RTP packets.
uint32
getRTPClockRate
() const
Get RTP clock rate for this payload format.
Additional Inherited Members
Protected Member Functions inherited from PayloadFormat
PayloadFormat
()
PayloadFormat
must not be used but as base class.
virtual
˜PayloadFormat
()
PayloadFormat
must not be used but as base class.
void
setPayloadType
(
PayloadType
pt)
Set payload type numeric identifier carried in RTP packets.
void
setRTPClockRate
(uint32 rate)
Set RTP clock rate.
Static Protected Attributes inherited from PayloadFormat
static const uint32 defaultRTPClockRate
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.