Go to the source code of this file.
◆ OPAL_DECLARE_EMPTY_TRANSCODER
#define OPAL_DECLARE_EMPTY_TRANSCODER |
( |
|
fmt | ) |
|
Value:{ \
public: \
Opal_Empty_##fmt##_Encoder() \
{ } \
}; \
{ \
public: \
Opal_Empty_##fmt##_Decoder() \
{ } \
}; \
Definition: transcoders.h:538
OpalEmptyFramedAudioTranscoder(const char *inFormat, const char *outFormat)
Definition: transcoders.h:542
◆ OPAL_DEFINE_EMPTY_TRANSCODER
#define OPAL_DEFINE_EMPTY_TRANSCODER |
( |
|
fmt | ) |
|
Value:OPAL_REGISTER_TRANSCODER(Opal_Empty_##fmt##_Decoder, fmt,
OpalPCM16); \
#define OPAL_REGISTER_TRANSCODER(cls, input, output)
Definition: transcoders.h:127
◆ OPAL_REGISTER_L16_MONO
#define OPAL_REGISTER_L16_MONO |
( |
| ) |
|
Value:Definition: transcoders.h:524
Definition: transcoders.h:515
#define OPAL_REGISTER_TRANSCODER(cls, input, output)
Definition: transcoders.h:127
◆ OPAL_REGISTER_TRANSCODER
◆ OpalTranscoderFactory
◆ OpalTranscoderIterator
◆ OpalTranscoderKey
◆ OpalTranscoderList
◆ MakeOpalTranscoderKey() [1/2]
◆ MakeOpalTranscoderKey() [2/2]
__inline OpalTranscoderKey MakeOpalTranscoderKey |
( |
const char * |
from, |
|
|
const char * |
to |
|
) |
| |