Man page - staticpayloadformat(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
StaticPayloadFormat
NAMESYNOPSIS
Public Member Functions
Additional Inherited Members
Detailed Description
Constructor & Destructor Documentation
StaticPayloadFormat::StaticPayloadFormat (StaticPayloadType type)
Author
NAME
StaticPayloadFormat - Static payload format objects.
SYNOPSIS
#include <formats.h>
Inherits PayloadFormat .
Public Member Functions
StaticPayloadFormat
(
StaticPayloadType
type)
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
Static payload format objects.
Class of payload formats objects for payload types statically assigned. Because these payloads have an RTP clock rate assigned, it is not specified to the constructor. A call to StaticPayloadFormat(sptPCMU) will set the proper clock rate and any other parameters for that static payload type.
Author
Federico Montesino Pouzols fedemp@altern.org
Examples
audiorx.cpp , audiotx.cpp , ccrtptest.cpp , rtpduphello.cpp , rtphello.cpp , rtplisten.cpp , and rtpsend.cpp .
Constructor & Destructor Documentation
StaticPayloadFormat::StaticPayloadFormat (StaticPayloadType type)
Constructor. Builds a payload format from a static payload binding identifier, assigning the numeric identifier and RTP clock rate statically bounded.
Parameters
type Numeric identifier in the range 0-96.
Note
some identifiers are reserved.
Author
Generated automatically by Doxygen for ccRTP from the source code.