|
Namespaces |
| namespace | ost |
Classes |
| class | ost::PayloadFormat |
| | Base payload format class. More...
|
| class | ost::StaticPayloadFormat |
| | Static payload format objects. More...
|
| class | ost::DynamicPayloadFormat |
| | Dynamic payload format objects. More...
|
Typedefs |
| typedef uint8 | ost::PayloadType |
| | RTP payload type numeric identifier.
|
Enumerations |
| enum | ost::StaticPayloadType {
ost::sptPCMU = 0,
ost::firstStaticPayloadType = sptPCMU,
ost::sptG726_32 = 2,
ost::sptGSM,
ost::sptG723,
ost::sptDVI4_8000,
ost::sptDVI4_16000,
ost::sptLPC,
ost::sptPCMA,
ost::sptG722,
ost::sptL16_DUAL,
ost::sptL16_MONO,
ost::sptQCELP,
ost::sptMPA = 14,
ost::sptG728,
ost::sptDVI4_11025,
ost::sptDVI4_22050,
ost::sptG729,
ost::lastStaticAudioPayloadType = sptG729,
ost::sptCELB = 25,
ost::sptJPEG,
ost::sptNV = 28,
ost::sptH261 = 31,
ost::sptMPV,
ost::sptMP2T,
ost::sptH263,
ost::lastStaticPayloadType = sptH263
} |
| | RTP static payload types (default bindings) defined in the AVP profile. More...
|
Variables |
| const PayloadType | ost::ptINVALID = 128 |
| | Predefined value for invalid or uninitialized payload type variables.
|