DSMCC Version 1.0
DTVKit DSMCC Documentation
 All Data Structures Files Functions Typedefs
Data Structures | Macros | Typedefs | Functions
dsm_main.h File Reference

Internal header for DSM-CC control module. More...

#include "cldsmcc.h"
#include "stdfuncs.h"

Go to the source code of this file.

Data Structures

struct  s_DsmApi
 

Macros

#define MAX_INSTANCES   2
 

Typedefs

typedef struct s_DsmApi S_DsmApi
 

Functions

H_DsmControl DsmIndexToControl (U8BIT i)
 
U8BIT DsmControlToIndex (H_DsmControl dsmctrl)
 
void DsmccObjectLoadEventFunc (clDsmObjHandle_t objectHandle, clDsmObjLoadStatus_t status, H_ObjUserData pUserData)
 Callback function provided to DSM-CC library. Object load events are passed to this callback by the DSM-CC library. More...
 
void DsmccStreamEventFunc (H_DsmEvent eventHandle, clDsmSENotifyStatus_t status, void *userData1, void *userData2, U8BIT *namePtr, U8BIT *dataPtr, U8BIT nameLen, U8BIT dataLen)
 

Detailed Description

Internal header for DSM-CC control module.

Date
23/01/2013
Author
Ocean Blue

Function Documentation

void DsmccObjectLoadEventFunc ( clDsmObjHandle_t  objectHandle,
clDsmObjLoadStatus_t  status,
H_ObjUserData  pUserData 
)

Callback function provided to DSM-CC library. Object load events are passed to this callback by the DSM-CC library.

Parameters
objectHandleHandle to the object (returned by clDsmLoadObject)
statusStatus of the load request for the specified object.
engineLoadRefReference from MHEG5 engine
objLoadUserData2DsmCmd_t cammand value (passing in as void*)
Returns
void