![]() |
DVBCore
22.3.0
Open Source DVB Engine
|
Definition of functions common withing externals/HBBTV. More...
Go to the source code of this file.
Functions | |
void | EXT_HbbtvGetEvent (void *event, void *service, S_HBBTV_EVENT_DETAILS *details) |
Fills in the event details structure given the event handle. More... | |
U32BIT | EXT_HbbtvPVRGetRecID (U32BIT timer, U32BIT recording) |
Returns the recording ID associated with the specified timer handle and recording handle. More... | |
void | EXT_HbbtvPVRInitialise (void) |
Initialises the PVR resources needed by the HbbTV external interface. | |
void | EXT_HbbtvPVRTerminate (void) |
Releases the PVR resources allocated by the HbbTV external interface. | |
void | EXT_HbbtvServiceInitialise (void) |
Initialises the Service resources needed by the HbbTV external interface. | |
void | EXT_HbbtvServiceTerminate (void) |
Releases the Service resources allocated by the HbbTV external interface. | |
Definition of functions common withing externals/HBBTV.
void EXT_HbbtvGetEvent | ( | void * | event, |
void * | service, | ||
S_HBBTV_EVENT_DETAILS * | details | ||
) |
Fills in the event details structure given the event handle.
event | Event handle |
service | Service handle |
details | Pointer to the structure to fill in. HBBTV_ReleaseEventDetails can be called passing the structure pointer to ensure any allocated data relative to the event is freed |
U32BIT EXT_HbbtvPVRGetRecID | ( | U32BIT | timer, |
U32BIT | recording | ||
) |
Returns the recording ID associated with the specified timer handle and recording handle.
timer | Timer handle |
recording | Recording handle |