E_MhegErr DVB_MhegGetBannerTimeout(S32BIT *timeout)
Return the banner timeout period in seconds. This setting is related to the information banner on the...
E_MhegErr DVB_MhegGetAudioLangs(S32BIT serviceIndex, S32BIT eventIndex, U8BIT *audioLangs)
Return a list of available audio languages for the specified event. The language list is extracted fr...
E_MhegErr DVB_MhegGetBannerTransparency(S32BIT *transparency)
Return the banner transparency as a percentage 0-100, where 100 is fully transparent. This setting is related to the information banner on the native UI of the receiver.
E_MhegErr
Definition: mherrors.h:28
E_MhegErr DVB_MhegGetPreferredLangs(U8BIT *audioLang, U8BIT *subsLang)
Return the current preferred audio and subtitle languages. This MUST be a non-blocking function...
MHEG5 engine interface error codes.
uint8_t U8BIT
Definition: techtype.h:93
E_MhegErr DVB_MhegGetSubtitleLangs(S32BIT serviceIndex, S32BIT eventIndex, U8BIT *subsLangs)
Return a list of available subtitles languages for the specified event. The language list is extracte...
E_MhegErr DVB_MhegGetNativeReminder(S32BIT serviceIndex, S32BIT eventId, BOOLEAN *set)
Return whether a native reminder has been set for the given event on the given service. This MUST be a non-blocking function, returning results immediately.
E_MhegErr DVB_MhegGetADLangs(S32BIT serviceIndex, S32BIT eventIndex, U8BIT *adLangs)
Return a list of available audio description languages for the specified event. The language list is ...
E_MhegErr DVB_MhegCancelNativeReminder(S32BIT serviceIndex, S32BIT eventId)
Cancel any native reminder set for the given event on the given service. This MUST be a non-blocking ...
E_MhegErr DVB_MhegSetNativeReminder(S32BIT serviceIndex, S32BIT eventId, BOOLEAN *result)
Set a native reminder for the given event on the given service. This MUST be a non-blocking function...
int32_t S32BIT
Definition: techtype.h:98
System Wide Global Technical Data Type Definitions.
U8BIT BOOLEAN
Definition: techtype.h:112
E_MhegErr DVB_MhegGetOSDLanguage(U8BIT *language)
Return the language of the native UI (menu etc.) as a three character code as defined by ISO 639-2...