Function Table exposing plugin functions.
Definition at line 168 of file CodecHeaderPlugin.h.
Data Fields | |
dwCodecHeaderPlugin_initializeHandle | initializeHandle |
function pointer of initialize a new handle to the CodecHeader managed by the plugin module. More... | |
dwCodecHeaderPlugin_release | release |
function pointer of release a CodecHeader managed by the plugin module. More... | |
dwCodecHeaderPlugin_getCodecType | getCodecType |
function pointer of function used to get codec type. More... | |
dwCodecHeaderPlugin_getMediaType | getMediaType |
function pointer of function used to get media type. More... | |
dwCodecHeaderPlugin_getMaxRawPacketSize | getMaxRawPacketSize |
function pointer of function used to get the max raw packet size of the CodecHeader. More... | |
dwCodecHeaderPlugin_getProperties | getProperties |
function pointer of function used to get the properties of the CodecHeader. More... | |
dwCodecHeaderPlugin_getConfig | getConfig |
function pointer of function used to get the config of the CodecHeader. More... | |
dwCodecHeaderPlugin_save | save |
function pointer of function used to save. More... | |
dwCodecHeaderPlugin_canLoad | canLoad |
function pointer of function used to check if given data can be loaded. More... | |
dwCodecHeaderPlugin_load | load |
function pointer of function used to load a serialized codec header. More... | |
dwCodecHeaderPlugin_initializeDecoder | initializeDecoder |
function pointer of function used to initialize decoder. More... | |
dwCodecHeaderPlugin_canLoad dwCodecHeaderPluginFunctions::canLoad |
function pointer of function used to check if given data can be loaded.
Definition at line 178 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_getCodecType dwCodecHeaderPluginFunctions::getCodecType |
function pointer of function used to get codec type.
Definition at line 172 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_getConfig dwCodecHeaderPluginFunctions::getConfig |
function pointer of function used to get the config of the CodecHeader.
Definition at line 176 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_getMaxRawPacketSize dwCodecHeaderPluginFunctions::getMaxRawPacketSize |
function pointer of function used to get the max raw packet size of the CodecHeader.
Definition at line 174 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_getMediaType dwCodecHeaderPluginFunctions::getMediaType |
function pointer of function used to get media type.
Definition at line 173 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_getProperties dwCodecHeaderPluginFunctions::getProperties |
function pointer of function used to get the properties of the CodecHeader.
Definition at line 175 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_initializeDecoder dwCodecHeaderPluginFunctions::initializeDecoder |
function pointer of function used to initialize decoder.
Definition at line 180 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_initializeHandle dwCodecHeaderPluginFunctions::initializeHandle |
function pointer of initialize a new handle to the CodecHeader managed by the plugin module.
Definition at line 170 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_load dwCodecHeaderPluginFunctions::load |
function pointer of function used to load a serialized codec header.
Definition at line 179 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_release dwCodecHeaderPluginFunctions::release |
function pointer of release a CodecHeader managed by the plugin module.
Definition at line 171 of file CodecHeaderPlugin.h.
dwCodecHeaderPlugin_save dwCodecHeaderPluginFunctions::save |
function pointer of function used to save.
Definition at line 177 of file CodecHeaderPlugin.h.