|
OPAL Version 3.10.2
|
#include <opalpluginmgr.h>
Public Member Functions | |
| H323VideoPluginCapability (const PluginCodec_Definition *codecDefn, const OpalMediaFormat &mediaFormat, unsigned _pluginSubType) | |
| virtual PString | GetFormatName () const |
| virtual unsigned | GetSubType () const |
| virtual void | PrintOn (std::ostream &strm) const |
Static Public Member Functions | |
| static bool | SetOptionsFromMPI (OpalMediaFormat &mediaFormat, int frameWidth, int frameHeight, int frameRate) |
Protected Attributes | |
| unsigned | pluginSubType |
| unsigned | h323subType |
| H323VideoPluginCapability::H323VideoPluginCapability | ( | const PluginCodec_Definition * | codecDefn, |
| const OpalMediaFormat & | mediaFormat, | ||
| unsigned | _pluginSubType | ||
| ) |
| virtual PString H323VideoPluginCapability::GetFormatName | ( | ) | const [virtual] |
Reimplemented from H323PluginCapabilityInfo.
| virtual unsigned H323VideoPluginCapability::GetSubType | ( | ) | const [virtual] |
Get the sub-type of the capability. This is a code dependent on the main type of the capability.
Implements H323Capability.
| virtual void H323VideoPluginCapability::PrintOn | ( | std::ostream & | strm | ) | const [virtual] |
| static bool H323VideoPluginCapability::SetOptionsFromMPI | ( | OpalMediaFormat & | mediaFormat, |
| int | frameWidth, | ||
| int | frameHeight, | ||
| int | frameRate | ||
| ) | [static] |
unsigned H323VideoPluginCapability::h323subType [protected] |
unsigned H323VideoPluginCapability::pluginSubType [protected] |