#include <opalplugin.hpp>
Inheritance diagram for PluginCodec_VideoFormat< NAME >:
Public Types | |
typedef PluginCodec_MediaFormat< NAME > | Parent |
typedef Parent::OptionsTable | OptionsTable |
Public Member Functions | |
PluginCodec_VideoFormat (const char *formatName, const char *payloadName, const char *description, unsigned maxBandwidth, OptionsTable options) | |
__inline unsigned | GetMaxWidth () const |
__inline unsigned | GetMaxHeight () const |
Protected Attributes | |
unsigned | m_maxWidth |
unsigned | m_maxHeight |
typedef Parent::OptionsTable PluginCodec_VideoFormat< NAME >::OptionsTable |
Reimplemented from PluginCodec_MediaFormat< NAME >.
typedef PluginCodec_MediaFormat<NAME> PluginCodec_VideoFormat< NAME >::Parent |
PluginCodec_VideoFormat< NAME >::PluginCodec_VideoFormat | ( | const char * | formatName, | |
const char * | payloadName, | |||
const char * | description, | |||
unsigned | maxBandwidth, | |||
OptionsTable | options | |||
) | [inline] |
__inline unsigned PluginCodec_VideoFormat< NAME >::GetMaxHeight | ( | ) | const [inline] |
__inline unsigned PluginCodec_VideoFormat< NAME >::GetMaxWidth | ( | ) | const [inline] |
unsigned PluginCodec_VideoFormat< NAME >::m_maxHeight [protected] |
unsigned PluginCodec_VideoFormat< NAME >::m_maxWidth [protected] |