DSMCC  15.3.1
source/dsmain/src/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

Typedefs

typedef struct s_DsmApi S_DsmApi

Functions

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.
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
 All Data Structures Files Functions Typedefs