OPAL
Version 3.18.8
|
#include <opalpluginmgr.h>
Public Member Functions | |
OpalPluginTranscoder (const PluginCodec_Definition *defn, bool isEnc) | |
~OpalPluginTranscoder () | |
bool | UpdateOptions (OpalMediaFormat &fmt) |
bool | ExecuteCommand (const OpalMediaCommand &command) |
bool | Transcode (const void *from, unsigned *fromLen, void *to, unsigned *toLen, unsigned *flags) const |
Protected Member Functions | |
bool | CreateContext () |
bool | SetCodecOption (const PString &optionName, const PString &optionValue) |
Protected Attributes | |
const PluginCodec_Definition * | codecDef |
bool | isEncoder |
void * | context |
unsigned | m_maxPayloadSize |
OpalPluginControl | setCodecOptionsControl |
OpalPluginControl | getActiveOptionsControl |
OpalPluginControl | freeOptionsControl |
OpalPluginControl | getOutputDataSizeControl |
OpalPluginControl | getCodecStatistics |
OpalPluginTranscoder::OpalPluginTranscoder | ( | const PluginCodec_Definition * | defn, |
bool | isEnc | ||
) |
OpalPluginTranscoder::~OpalPluginTranscoder | ( | ) |
|
protected |
bool OpalPluginTranscoder::ExecuteCommand | ( | const OpalMediaCommand & | command | ) |
|
protected |
|
inline |
References codecDef, PluginCodec_GetCodecFunction::codecFunction, and context.
bool OpalPluginTranscoder::UpdateOptions | ( | OpalMediaFormat & | fmt | ) |
|
protected |
Referenced by Transcode().
|
protected |
Referenced by Transcode().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |