Decoder :: Constructor |
01 | Creates a decoder object. |
02 |
[C++] Decoder(void const *pData, uint32 dataSize); |
03 |
Parameters:
|
04 | This method uses SemysDecoderCreate() to create an decoder object. |
05 | [C++] The data pointed to pData must be valid for the lifetime of the Decoder. |
06 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Coder Sub-System, Decoder, SemysDecoderCreate() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |