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