Function Table exposing decoder plugin functions.
Definition at line 81 of file DecoderPlugin.h.

Data Fields | |
| dwDecoderPlugin_release | release |
| Release plugin decoder specified by its handle. More... | |
| dwDecoderPlugin_reset | reset |
| Reset plugin decoder specified by its handle. More... | |
| dwDecoderPlugin_decode | decode |
| Decode a packet from input. More... | |
| dwDecoderPlugin_drain | drain |
| Return a decoded frame. More... | |
| dwDecoderPlugin_decode dwDecoderPluginFunctions::decode |
Decode a packet from input.
Definition at line 85 of file DecoderPlugin.h.
| dwDecoderPlugin_drain dwDecoderPluginFunctions::drain |
Return a decoded frame.
Definition at line 86 of file DecoderPlugin.h.
| dwDecoderPlugin_release dwDecoderPluginFunctions::release |
Release plugin decoder specified by its handle.
Definition at line 83 of file DecoderPlugin.h.
| dwDecoderPlugin_reset dwDecoderPluginFunctions::reset |
Reset plugin decoder specified by its handle.
Definition at line 84 of file DecoderPlugin.h.