![]() |
HBBTV
22.11.0
|
Oipf application manager object. More...
Go to the source code of this file.
Functions | |
void * | HBBTV_AppMgrCreateApp (void *obj, S_HBBTV_STRING url) |
void | HBBTV_AppMgrReleaseApp (void *obj, S_APP *app) |
S32BIT | HBBTV_AppMgrGetKeyset (void *obj) |
void * | HBBTV_AppMgrCurrentAit (void *obj) |
void | HBBTV_AppMgrStop (void) |
void | HBBTV_AppMgrNotifyMissingAit (void) |
E_HBBTV_ERR | HBBTV_AppMgrLaunchAitApp (void *obj, U32BIT org_id, U16BIT app_id) |
BOOLEAN | HBBTV_AppMgrTeletextExists (void *obj) |
BOOLEAN | HBBTV_AppMgrLaunchTeletext (void *obj) |
void * | HBBTV_AppMgr_getCurrentAppOrigin (void) |
Returns the current application's base URL. More... | |
void | HBBTV_AppMgr_ChannelChange (void) |
Notfies the application manager that the application video/broadcast object is performing a channel change. This might cause a broadcast-independent application to be terminated. | |
void | HBBTV_AppMgr_NotifyAit (S_AIT_TABLE *ait) |
Notifies the application manager module with a new AIT and performs the required application life-cycle operations. More... | |
void | HBBTV_AppMgrLowMemory (void) |
Variables | |
void * | JS_OIPF_APP_MGR_CLASS |
Oipf application manager object.
void* HBBTV_AppMgr_getCurrentAppOrigin | ( | void | ) |
Returns the current application's base URL.
Returns the current application's base URL.
void HBBTV_AppMgr_NotifyAit | ( | S_AIT_TABLE * | ait | ) |
Notifies the application manager module with a new AIT and performs the required application life-cycle operations.
ait | Parsed AIT structure |