#include <opalplugin.hpp>
|
| PluginCodec_VideoFormat (const char *formatName, const char *payloadName, const char *description, unsigned maxBandwidth, OptionsTable options) |
|
__inline unsigned | GetMaxWidth () const |
|
__inline unsigned | GetMaxHeight () const |
|
virtual | ~PluginCodec_MediaFormat () |
|
__inline const char * | GetFormatName () const |
|
__inline const char * | GetPayloadName () const |
|
__inline unsigned char | GetPayloadType () const |
|
__inline const char * | GetDescription () const |
|
__inline unsigned | GetMaxBandwidth () const |
|
__inline unsigned char | GetH323CapabilityType () const |
|
__inline const void * | GetH323CapabilityData () const |
|
__inline unsigned | GetFlags () const |
|
__inline const void * | GetOptionsTable () const |
|
virtual bool | IsValidForProtocol (const char *) |
| Determine if codec is valid for the specified protocol. More...
|
|
bool | AdjustOptions (void *parm, unsigned *parmLen, bool(PluginCodec_MediaFormat::*adjuster)(OptionMap &original, OptionMap &changed)) |
| Utility function to adjust option strings, used by ToNormalised()/ToCustomised(). More...
|
|
virtual bool | ToNormalised (OptionMap &, OptionMap &) |
| Adjust normalised options calculated from codec specific options. More...
|
|
virtual bool | ToCustomised (OptionMap &, OptionMap &) |
|
virtual void | AdjustForVersion (unsigned version, const PluginCodec_Definition *) |
|
The documentation for this class was generated from the following file: