Bayonne2 / Common C++ 2 Framework
Public Member Functions | Protected Member Functions | Static Protected Attributes | Static Private Attributes
StaticPayloadFormat Class Reference
Payload types and formats.

Static payload format objects. More...

#include <formats.h>

Inheritance diagram for StaticPayloadFormat:
Inheritance graph
[legend]
Collaboration diagram for StaticPayloadFormat:
Collaboration graph
[legend]

Public Member Functions

  Constructor. More...
 
  Get payload type numeric identifier carried in RTP packets. More...
 
uint32  getRTPClockRate () const
  Get RTP clock rate for this payload format. More...
 

Protected Member Functions

  Set payload type numeric identifier carried in RTP packets. More...
 
void  setRTPClockRate (uint32 rate)
  Set RTP clock rate. More...
 

Static Protected Attributes

static const uint32  defaultRTPClockRate
 

Static Private Attributes

  RTP clock rate for static payload types. More...
 

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 fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org

Definition at line 203 of file formats.h.

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.

Member Function Documentation

PayloadType PayloadFormat::getPayloadType ( ) const
inlineinherited

Get payload type numeric identifier carried in RTP packets.

Returns
payload type numeric identifier.

Definition at line 140 of file formats.h.

uint32 PayloadFormat::getRTPClockRate ( ) const
inlineinherited

Get RTP clock rate for this payload format.

Note this method provides the RTP clock rate (for the timestamp in RTP data packets headers), which is not necessarily the same as the codec clock rate.

Returns
RTP clock rate in Hz.

Definition at line 151 of file formats.h.

void PayloadFormat::setPayloadType ( PayloadType  pt )
inlineprotectedinherited

Set payload type numeric identifier carried in RTP packets.

Parameters
pt payload type number.

Definition at line 172 of file formats.h.

void PayloadFormat::setRTPClockRate ( uint32  rate )
inlineprotectedinherited

Set RTP clock rate.

Parameters
rate RTP clock rate in Hz.

Definition at line 180 of file formats.h.

Field Documentation

const uint32 PayloadFormat::defaultRTPClockRate
staticprotectedinherited

Definition at line 184 of file formats.h.

uint32 StaticPayloadFormat::staticAudioTypesRates[lastStaticAudioPayloadType-firstStaticPayloadType+1]
staticprivate

RTP clock rate for static payload types.

There is no need for a table like this for video types, since they all have 90000 Khz rate.

Definition at line 223 of file formats.h.


The documentation for this class was generated from the following file:

Generated on Dec 21, 2017 for commoncpp2-1.8.1, ccrtp-1.7.2, libzrtpcpp-2.3.4, ccscript3-1.1.7, ccaudio2-1.0.0 and bayonne2-2.3.2 (after installation in /usr/local/) by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /