#include <opal/buildopts.h>
#include <opal/mediafmt.h>
#include <opal/mediacmd.h>
#include <rtp/rtp.h>
Go to the source code of this file.
Classes | |
class | OpalMediaFormatPair |
class | OpalTranscoder |
class | OpalFramedTranscoder |
class | OpalStreamedTranscoder |
class | Opal_Linear16Mono_PCM |
class | Opal_PCM_Linear16Mono |
Defines | |
#define | OPAL_REGISTER_TRANSCODER(cls, input, output) OpalTranscoderFactory::Worker<cls> OpalTranscoder_##cls(OpalCreateMediaFormatPair(input, output)) |
#define | OPAL_REGISTER_L16_MONO() |
Typedefs | |
typedef PFactory< OpalTranscoder, OpalMediaFormatPair > | OpalTranscoderFactory |
typedef PFactory< OpalTranscoder, OpalMediaFormatPair >::KeyList_T | OpalTranscoderList |
typedef PFactory< OpalTranscoder, OpalMediaFormatPair >::KeyList_T::iterator | OpalTranscoderIterator |
Functions | |
OpalMediaFormatPair | OpalCreateMediaFormatPair (const OpalMediaFormat &from, const OpalMediaFormat &to) |
#define OPAL_REGISTER_L16_MONO | ( | ) |
#define OPAL_REGISTER_TRANSCODER | ( | cls, | |||
input, | |||||
output | ) | OpalTranscoderFactory::Worker<cls> OpalTranscoder_##cls(OpalCreateMediaFormatPair(input, output)) |
typedef PFactory<OpalTranscoder, OpalMediaFormatPair> OpalTranscoderFactory |
typedef PFactory<OpalTranscoder, OpalMediaFormatPair>::KeyList_T::iterator OpalTranscoderIterator |
typedef PFactory<OpalTranscoder, OpalMediaFormatPair>::KeyList_T OpalTranscoderList |
OpalMediaFormatPair OpalCreateMediaFormatPair | ( | const OpalMediaFormat & | from, | |
const OpalMediaFormat & | to | |||
) | [inline] |