.TH "formats.h" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME formats.h \- Payload types and formats\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBPayloadFormat\fP" .br .RI "Base payload format class\&. " .ti -1c .RI "class \fBStaticPayloadFormat\fP" .br .RI "Static payload format objects\&. " .ti -1c .RI "class \fBDynamicPayloadFormat\fP" .br .RI "Dynamic payload format objects\&. " .in -1c .SS "Typedefs" .in +1c .ti -1c .RI "typedef uint8 \fBPayloadType\fP" .br .RI "RTP payload type numeric identifier\&. " .in -1c .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBStaticPayloadType\fP { \fBsptPCMU\fP = 0, \fBfirstStaticPayloadType\fP = sptPCMU, \fBsptG726_32\fP = 2, \fBsptGSM\fP, \fBsptG723\fP, \fBsptDVI4_8000\fP, \fBsptDVI4_16000\fP, \fBsptLPC\fP, \fBsptPCMA\fP, \fBsptG722\fP, \fBsptL16_DUAL\fP, \fBsptL16_MONO\fP, \fBsptQCELP\fP, \fBsptMPA\fP = 14, \fBsptG728\fP, \fBsptDVI4_11025\fP, \fBsptDVI4_22050\fP, \fBsptG729\fP, \fBlastStaticAudioPayloadType\fP = sptG729, \fBsptCELB\fP = 25, \fBsptJPEG\fP, \fBsptNV\fP = 28, \fBsptH261\fP = 31, \fBsptMPV\fP, \fBsptMP2T\fP, \fBsptH263\fP, \fBlastStaticPayloadType\fP = sptH263 } .RI "RTP static payload types (default bindings) defined in the AVP profile\&. "" .br .in -1c .SS "Variables" .in +1c .ti -1c .RI "const \fBPayloadType\fP \fBptINVALID\fP = 128" .br .RI "Predefined value for invalid or uninitialized payload type variables\&. " .in -1c .SH "Detailed Description" .PP Payload types and formats\&. .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.