Internal header for DSM-CC control module. More...
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) |
Internal header for DSM-CC control module.
| 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.
| 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*) |
1.8.6