#include <opalplugin.hpp>
|
static void | Change (const char *value, OptionMap &original, OptionMap &changed, const char *option) |
|
static unsigned | String2Unsigned (const std::string &str) |
|
static void | AppendUnsigned2String (unsigned value, std::string &str) |
|
static void | Unsigned2String (unsigned value, std::string &str) |
|
static void | Change (unsigned value, OptionMap &original, OptionMap &changed, const char *option) |
|
static void | ClampMax (unsigned maximum, OptionMap &original, OptionMap &changed, const char *option) |
|
static void | ClampMin (unsigned minimum, OptionMap &original, OptionMap &changed, const char *option) |
|
static void | AdjustAllForVersion (unsigned version, const PluginCodec_Definition *definitions, size_t size) |
|
PluginCodec_MediaFormat::PluginCodec_MediaFormat |
( |
OptionsTable |
options | ) |
|
|
inlineprotected |
virtual PluginCodec_MediaFormat::~PluginCodec_MediaFormat |
( |
| ) |
|
|
inlinevirtual |
static void PluginCodec_MediaFormat::AdjustAllForVersion |
( |
unsigned |
version, |
|
|
const PluginCodec_Definition * |
definitions, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
bool PluginCodec_MediaFormat::AdjustOptions |
( |
void * |
parm, |
|
|
unsigned * |
parmLen, |
|
|
bool(PluginCodec_MediaFormat::*)(OptionMap &original, OptionMap &changed) |
adjuster |
|
) |
| |
|
inline |
static void PluginCodec_MediaFormat::AppendUnsigned2String |
( |
unsigned |
value, |
|
|
std::string & |
str |
|
) |
| |
|
inlinestatic |
static void PluginCodec_MediaFormat::Change |
( |
const char * |
value, |
|
|
OptionMap & |
original, |
|
|
OptionMap & |
changed, |
|
|
const char * |
option |
|
) |
| |
|
inlinestatic |
static void PluginCodec_MediaFormat::Change |
( |
unsigned |
value, |
|
|
OptionMap & |
original, |
|
|
OptionMap & |
changed, |
|
|
const char * |
option |
|
) |
| |
|
inlinestatic |
static void PluginCodec_MediaFormat::ClampMax |
( |
unsigned |
maximum, |
|
|
OptionMap & |
original, |
|
|
OptionMap & |
changed, |
|
|
const char * |
option |
|
) |
| |
|
inlinestatic |
static void PluginCodec_MediaFormat::ClampMin |
( |
unsigned |
minimum, |
|
|
OptionMap & |
original, |
|
|
OptionMap & |
changed, |
|
|
const char * |
option |
|
) |
| |
|
inlinestatic |
const void* PluginCodec_MediaFormat::GetOptionsTable |
( |
| ) |
const |
|
inline |
virtual bool PluginCodec_MediaFormat::IsValidForProtocol |
( |
const char * |
| ) |
|
|
inlinevirtual |
static unsigned PluginCodec_MediaFormat::String2Unsigned |
( |
const std::string & |
str | ) |
|
|
inlinestatic |
virtual bool PluginCodec_MediaFormat::ToCustomised |
( |
OptionMap & |
original, |
|
|
OptionMap & |
changed |
|
) |
| |
|
pure virtual |
virtual bool PluginCodec_MediaFormat::ToNormalised |
( |
OptionMap & |
original, |
|
|
OptionMap & |
changed |
|
) |
| |
|
pure virtual |
static void PluginCodec_MediaFormat::Unsigned2String |
( |
unsigned |
value, |
|
|
std::string & |
str |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: