MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dvb_ci.h File Reference

Common Interface functions required by MHEG5 engine. More...

#include "techtype.h"
#include "mherrors.h"

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...
 

Detailed Description

Common Interface functions required by MHEG5 engine.

Date
20/12/2012
Author
Adam Sturtridge

Enumeration Type Documentation

Enumerator
MHEG5_DECODER_REQUEST 
MHEG5_DECODER_RELEASE 

Function Documentation

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.

Parameters
modulespecifies module required
dataPointer to the file request message
lengthNumber of bytes in the file request message (e.g. file name)
Returns
TRUE if operation succeeded, FALSE otherwise