Functions to support Stream Functionality. More...
#include "clDsmSystem.h"
#include "clDsmUtils.h"
#include "streamObject.h"
#include "defMemUtilsMgd.h"
#include "siQuery.h"
Functions | |
clDsmErr_t | dsmStreamGetProgramAssocTag (clDsmObjHandle_t streamObjectHandle, U16BIT *pAssociation_tag) |
The Client calls this function to obtain the Association Tag which can be used to determine the PID on which stream data can be found. Before calling this function the Client must have completed loading and opened the stream object. More... | |
clDsmErr_t | clDsmStreamGetDeferredService (clDsmInstHandle_t instance, clDsmObjHandle_t streamObject, void *userData1, void *userData2, S_DvbLocator **ppDeferredService) |
The Client calls this function to obtain the Association Tag which can be used to determine the PID on which stream data can be found. Before calling this function the Client must have completed loading and opened the stream object. More... | |
void | dsmStreamStoreDeferred (pclDsmInstData_t idp, pDsmObject_t pDsmObject, S_DvbLocator multiplex) |
Functions to support Stream Functionality.
clDsmErr_t clDsmStreamGetDeferredService | ( | clDsmInstHandle_t | instance, |
clDsmObjHandle_t | streamObject, | ||
void * | userData1, | ||
void * | userData2, | ||
S_DvbLocator ** | ppDeferredService | ||
) |
The Client calls this function to obtain the Association Tag which can be used to determine the PID on which stream data can be found. Before calling this function the Client must have completed loading and opened the stream object.
dsmccInstance | Allows support >= 1 instance of a DSMCC. |
streamObject | This handle indicates the stream object |
userData1 | Optional data to be used by client. This data is stored and returned unchanged to the Client using a callback. |
userData2 | Optional data to be used by client. This data is stored and returned unchanged to the Client using a callback. |
pDeferredService | return a pointer to deferred service structure |
clDsmErr_t dsmStreamGetProgramAssocTag | ( | clDsmObjHandle_t | streamObjectHandle, |
U16BIT * | pAssociation_tag | ||
) |
The Client calls this function to obtain the Association Tag which can be used to determine the PID on which stream data can be found. Before calling this function the Client must have completed loading and opened the stream object.
streamObjectHandle | This handle indicates the stream object for which the association tag is required. |
pAssociation_tag | This value is indirectly used by the Client to access elementary stream data, i.e. video/audio PIDs. |