SPRAAK
|
Structure to define a certain (en/de)coding pair. More...
Data Fields | |
SprEncodeFunc | encode |
Pointer to the encoder function. More... | |
SprDecodeFunc | decode |
Pointer to the decoder function. More... | |
SprCoderIniFunc | ini |
Pointer to the initialization function. More... | |
SprCoderFiniFunc | fini |
Pointer to the close (release data) fuction. More... | |
size_t | data_len |
Structure to define a certain (en/de)coding pair.
SprEncodeFunc SprCoderDef::encode |
Pointer to the encoder function.
SprDecodeFunc SprCoderDef::decode |
Pointer to the decoder function.
SprCoderIniFunc SprCoderDef::ini |
Pointer to the initialization function.
SprCoderFiniFunc SprCoderDef::fini |
Pointer to the close (release data) fuction.
size_t SprCoderDef::data_len |
Size of the method specific data structure (including the common header SprCoderCommon).