OPAL
Version 3.10.4
|
#include <opalpluginmgr.h>
Public Member Functions | |
OpalPluginAudioFormatInternal (const PluginCodec_Definition *codecDefn, const char *fmtName, const char *rtpEncodingName, unsigned frameTime, unsigned timeUnits, time_t timeStamp) | |
virtual PObject * | Clone () const |
virtual bool | IsValidForProtocol (const PString &protocol) const |
virtual bool | ToNormalisedOptions () |
virtual bool | ToCustomisedOptions () |
Friends | |
class | OpalPluginCodecManager |
OpalPluginAudioFormatInternal::OpalPluginAudioFormatInternal | ( | const PluginCodec_Definition * | codecDefn, |
const char * | fmtName, | ||
const char * | rtpEncodingName, | ||
unsigned | frameTime, | ||
unsigned | timeUnits, | ||
time_t | timeStamp | ||
) |
virtual PObject* OpalPluginAudioFormatInternal::Clone | ( | ) | const [virtual] |
Reimplemented from OpalAudioFormatInternal.
virtual bool OpalPluginAudioFormatInternal::IsValidForProtocol | ( | const PString & | protocol | ) | const [virtual] |
Reimplemented from OpalPluginMediaFormatInternal.
virtual bool OpalPluginAudioFormatInternal::ToCustomisedOptions | ( | ) | [virtual] |
Reimplemented from OpalMediaFormatInternal.
virtual bool OpalPluginAudioFormatInternal::ToNormalisedOptions | ( | ) | [virtual] |
Reimplemented from OpalMediaFormatInternal.
friend class OpalPluginCodecManager [friend] |