payload(3) | Library Functions Manual | payload(3) |
payload
class PayloadFormat
Base payload format class. class StaticPayloadFormat
Static payload format objects. class DynamicPayloadFormat
Dynamic payload format objects.
typedef uint8 PayloadType
RTP payload type numeric identifier.
enum StaticPayloadType { sptPCMU = 0,
firstStaticPayloadType = sptPCMU, sptG726_32 = 2,
sptGSM, sptG723, sptDVI4_8000, sptDVI4_16000,
sptLPC, sptPCMA, sptG722, sptL16_DUAL,
sptL16_MONO, sptQCELP, sptMPA = 14, sptG728,
sptDVI4_11025, sptDVI4_22050, sptG729,
lastStaticAudioPayloadType = sptG729, sptCELB = 25,
sptJPEG, sptNV = 28, sptH261 = 31, sptMPV,
sptMP2T, sptH263, lastStaticPayloadType = sptH263 } RTP
static payload types (default bindings) defined in the AVP profile. "
const PayloadType ptINVALID = 128
Predefined value for invalid or uninitialized payload type variables.
RTP payload type numeric identifier. At the RTP level a payload format is identified with a 7 bit number. This number is binded to a payload format through non-RTP means (SIP, SAP, application specific rules, etc.)
RTP static payload types (default bindings) defined in the AVP profile.
Enumerator
Predefined value for invalid or uninitialized payload type variables.
Generated automatically by Doxygen for ccRTP from the source code.
Sat Oct 27 2018 | ccRTP |