OPAL
Version 3.18.8
|
#include <opal_config.h>
#include <opal/mediafmt.h>
#include <opal/mediacmd.h>
#include <opal/mediasession.h>
#include <rtp/rtp.h>
Go to the source code of this file.
Data Structures | |
class | OpalMediaFormatPair |
class | OpalTranscoder |
class | OpalFramedTranscoder |
class | OpalStreamedTranscoder |
class | Opal_Linear16Mono_PCM |
class | Opal_PCM_Linear16Mono |
class | OpalEmptyFramedAudioTranscoder |
Macros | |
#define | OPAL_REGISTER_TRANSCODER(cls, input, output) PFACTORY_CREATE(OpalTranscoderFactory, cls, MakeOpalTranscoderKey(input, output), false) |
#define | OPAL_REGISTER_L16_MONO() |
#define | OPAL_DECLARE_EMPTY_TRANSCODER(fmt) |
#define | OPAL_DEFINE_EMPTY_TRANSCODER(fmt) |
Typedefs | |
typedef std::pair< PString, PString > | OpalTranscoderKey |
typedef PFactory < OpalTranscoder, OpalTranscoderKey > | OpalTranscoderFactory |
typedef PFactory < OpalTranscoder, OpalTranscoderKey >::KeyList_T | OpalTranscoderList |
typedef PFactory < OpalTranscoder, OpalTranscoderKey > ::KeyList_T::iterator | OpalTranscoderIterator |
Functions | |
__inline OpalTranscoderKey | MakeOpalTranscoderKey (const OpalMediaFormat &from, const OpalMediaFormat &to) |
__inline OpalTranscoderKey | MakeOpalTranscoderKey (const char *from, const char *to) |
#define OPAL_DECLARE_EMPTY_TRANSCODER | ( | fmt | ) |
#define OPAL_DEFINE_EMPTY_TRANSCODER | ( | fmt | ) |
#define OPAL_REGISTER_L16_MONO | ( | ) |
#define OPAL_REGISTER_TRANSCODER | ( | cls, | |
input, | |||
output | |||
) | PFACTORY_CREATE(OpalTranscoderFactory, cls, MakeOpalTranscoderKey(input, output), false) |
typedef PFactory<OpalTranscoder, OpalTranscoderKey> OpalTranscoderFactory |
typedef PFactory<OpalTranscoder, OpalTranscoderKey>::KeyList_T::iterator OpalTranscoderIterator |
typedef std::pair<PString, PString> OpalTranscoderKey |
typedef PFactory<OpalTranscoder, OpalTranscoderKey>::KeyList_T OpalTranscoderList |
__inline OpalTranscoderKey MakeOpalTranscoderKey | ( | const OpalMediaFormat & | from, |
const OpalMediaFormat & | to | ||
) |
References OpalMediaFormat::GetName().
__inline OpalTranscoderKey MakeOpalTranscoderKey | ( | const char * | from, |
const char * | to | ||
) |