![]() |
DSMCC
22.3.0
|
Internal header for DSM-CC control module. More...
Go to the source code of this file.
Classes | |
struct | s_DsmApi |
Typedefs | |
typedef struct s_DsmApi | S_DsmApi |
Functions | |
void | DsmccObjectLoadEventFunc (H_DsmObject objectHandle, E_ObjLoadStatus 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, E_SENotifyStatus status, void *userData1, void *userData2, U8BIT *namePtr, U8BIT *dataPtr, U8BIT nameLen, U8BIT dataLen) |
Internal header for DSM-CC control module.
void DsmccObjectLoadEventFunc | ( | H_DsmObject | objectHandle, |
E_ObjLoadStatus | status, | ||
H_ObjUserData | pUserData | ||
) |
Callback function provided to DSM-CC library. Object load events are passed to this callback by the DSM-CC library.
objectHandle | Handle to the object (returned by clDsmLoadObject) |
status | Status of the load request for the specified object. |
engineLoadRef | Reference from MHEG5 engine |
objLoadUserData2 | DsmCmd_t cammand value (passing in as void*) |