|
E_HBBTV_ERR | HBBTV_GetPrefAudioLang (U8BIT **lang_string, U32BIT *size) |
| Retrieves a string containing a comma-separated set of languages to be used for audio playback, in order of preference. The returned string must be freed with HBBTV_ReleaseLangString. More...
|
|
E_HBBTV_ERR | HBBTV_GetPrefSubtLang (U8BIT **lang_string, U32BIT *size) |
| Retrieves a string containing a comma-separated set of languages to be used for subtitles, in order of preference. The returned string must be freed with HBBTV_ReleaseLangString. More...
|
|
E_HBBTV_ERR | HBBTV_GetPrefCountryId (U8BIT **lang_string, U32BIT *size) |
| Retrieves a string containing the three character string representing country code identifying the country in which the receiver is deployed. The returned string must be freed with HBBTV_ReleaseLangString. More...
|
|
void | HBBTV_ReleaseLangString (U8BIT *lang_string) |
| Frees the string obtained from HBBTV_GetPrefAudioLang, HBBTV_GetPrefSubtLang, HBBTV_GetPrefUiLang or HBBTV_GetPrefCountryId. More...
|
|
U8BIT * | HBBTV_GetDeliverySystemsString (void) |
| Retrieves the string describing the supported Broadcast Delivery Systems (DVB_S, DVB_C, DVB_T, DVB_C2, DVB_T2 or DVB_S2) as defined in Section 9.2, Table 15, under "UI Profile Name Fragment". the HbbTV engine will call HBBTV_ReleaseDeliverySystemsString when the string is not needed any more. More...
|
|
void | HBBTV_ReleaseDeliverySystemsString (U8BIT *systems) |
| Frees the Broadacast Delivery Systems string, returned by HBBTV_GetDeliverySystemsString. More...
|
|
void | HBBTV_GetParentalControlSettings (BOOLEAN *enabled, U8BIT *age) |
| Query whether parental control is enabled and the selected age, if applicable. The age is the actual age, so for DVB the valid values are 4 to 18, inclusive. More...
|
|
System Interface, Configuration.
- Date
- January 2014
- Author
- Sergio Panseri
U8BIT* HBBTV_GetDeliverySystemsString |
( |
void |
| ) |
|
Retrieves the string describing the supported Broadcast Delivery Systems (DVB_S, DVB_C, DVB_T, DVB_C2, DVB_T2 or DVB_S2) as defined in Section 9.2, Table 15, under "UI Profile Name Fragment". the HbbTV engine will call HBBTV_ReleaseDeliverySystemsString when the string is not needed any more.
- Returns
- Pointer to an allocated buffer containing a string describing the list of supported broadcast deliverys systems (e.g. "+DVB_T2+DVB_T+DVB_C", note that the first '+' character is needed). The buffer will be freed by the HbbTV engine using HBBTV_ReleaseDeliverySystemsString.