Internal header for DSM-CC control module.
More...
#include "cldsmcc.h"
#include "stdfuncs.h"
Go to the source code of this file.
|
| 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.
- Date
- 23/01/2013
- Author
- Ocean Blue
Definition in file dsm_main.h.
| 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.
- Parameters
-
| 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*) |
- Returns
- void
Definition at line 506 of file dsm_client.c.