|
HbbTv
17.9.0
Open source HBBTV engine
|
HbbTV Glue: AIT related functions. More...
#include "hbbtv_types.h"Go to the source code of this file.
Data Structures | |
| struct | S_LANG_STRING |
| struct | S_APP_NAME_DESC |
| struct | S_OC_SELECTOR_BYTES |
| struct | S_URL_SELECTOR_BYTES |
| struct | S_TRANSPORT_PROTOCOL_DESC |
| struct | S_APP_PROFILE |
| struct | S_APP_DESC |
| struct | S_AIT_APP_DESC |
| struct | S_AIT_TABLE |
Functions | |
| S_AIT_TABLE * | AIT_ParseTable (U8BIT *data_ptr) |
| Parse the AIT table. More... | |
| void | AIT_ClearTable (S_AIT_TABLE *ait_table) |
| S_AIT_APP_DESC * | AIT_AutoStartApp (S_AIT_TABLE *ait_table) |
| S_AIT_APP_DESC * | AIT_TeletextApp (S_AIT_TABLE *ait_table) |
| S_AIT_APP_DESC * | AIT_FindApp (S_AIT_TABLE *ait_table, U32BIT org_id, U16BIT app_id) |
HbbTV Glue: AIT related functions.
| S_AIT_APP_DESC* AIT_AutoStartApp | ( | S_AIT_TABLE * | ait_table | ) |
| @return |
| void AIT_ClearTable | ( | S_AIT_TABLE * | ait_table | ) |
| @return |
| S_AIT_APP_DESC* AIT_FindApp | ( | S_AIT_TABLE * | ait_table, |
| U32BIT | org_id, | ||
| U16BIT | app_id | ||
| ) |
| @return |
| S_AIT_TABLE* AIT_ParseTable | ( | U8BIT * | data_ptr | ) |
Parse the AIT table.
| S_AIT_APP_DESC* AIT_TeletextApp | ( | S_AIT_TABLE * | ait_table | ) |
| @return |
1.8.6