DVBCore
1.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. |
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 |