#include <ptlib/object.h>#include <opal/buildopts.h>#include <ptlib/pluginmgr.h>#include <ptlib/pfactory.h>#include <codec/opalplugin.h>#include <opal/mediafmt.h>#include <opal/transcoders.h>#include <h323/h323caps.h>#include <codec/vidcodec.h>Go to the source code of this file.
| #define OPAL_DECLARE_EMPTY_AUDIO_CAPABILITY | ( | fmt, | |||
| type | ) |
Value:
class fmt##_CapabilityRegisterer { \ public: \ fmt##_CapabilityRegisterer() \ { H323CapabilityFactory::Register(fmt, new H323AudioPluginCapability(fmt, fmt, type)); } \ }; \
| #define OPAL_DECLARE_EMPTY_G7231_CAPABILITY | ( | fmt, | |||
| annex | ) |
Value:
class fmt##_CapabilityRegisterer { \ public: \ fmt##_CapabilityRegisterer() \ { H323CapabilityFactory::Register(fmt, new H323PluginG7231Capability(fmt, annex)); } \ }; \
| #define OPAL_DEFINE_EMPTY_AUDIO_CAPABILITY | ( | fmt | ) | static fmt##_CapabilityRegisterer fmt##_CapabilityRegisterer_instance; \ |
| #define OPAL_DEFINE_EMPTY_G7231_CAPABILITY | ( | fmt | ) | static fmt##_CapabilityRegisterer fmt##_CapabilityRegisterer_instance; \ |
| typedef PFactory<H323StaticPluginCodec> H323StaticPluginCodecFactory |
| PFACTORY_LOAD | ( | OpalPluginCodecManager | ) |
1.4.7