MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Common Interface functions required by MHEG5 engine. More...
Go to the source code of this file.
Enumerations | |
enum | E_DecoderRequest { MHEG5_DECODER_REQUEST, MHEG5_DECODER_RELEASE } |
Functions | |
BOOLEAN | STB_CIFileRequest (U32BIT module, U8BIT *data, U32BIT length) |
Send an MMI FileRequest message to the CI module. Reply for this message should be passed to MHEG5_CiFileAcknowledge. More... | |
Common Interface functions required by MHEG5 engine.
enum E_DecoderRequest |
Send an MMI FileRequest message to the CI module. Reply for this message should be passed to MHEG5_CiFileAcknowledge.
module | specifies module required |
data | Pointer to the file request message |
length | Number of bytes in the file request message (e.g. file name) |