MHEG  17.9.0
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Pages
dvb_native.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2012 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _DVB_NATIVE_H
26 #define _DVB_NATIVE_H
27 
28 #include "techtype.h"
29 #include "mherrors.h"
30 
31 /*---Constant and macro definitions for public use-----------------------------*/
32 
33 /*---Enumerations for public use-----------------------------------------------*/
34 
35 /*---Global type defs for public use-------------------------------------------*/
36 
37 /*---Global Function prototypes for public use---------------------------------*/
38 
62 E_MhegErr DVB_MhegGetAudioLangs(S32BIT serviceIndex, S32BIT eventIndex,
63  U8BIT *audioLangs);
64 
88 E_MhegErr DVB_MhegGetSubtitleLangs(S32BIT serviceIndex, S32BIT eventIndex,
89  U8BIT *subsLangs);
90 
116 E_MhegErr DVB_MhegGetADLangs(S32BIT serviceIndex, S32BIT eventIndex,
117  U8BIT *adLangs);
118 
129 E_MhegErr DVB_MhegGetOSDLanguage(U8BIT *language);
130 
144 E_MhegErr DVB_MhegSetNativeReminder(S32BIT serviceIndex, S32BIT eventId,
145  BOOLEAN *result);
146 
161 E_MhegErr DVB_MhegGetNativeReminder(S32BIT serviceIndex, S32BIT eventId,
162  BOOLEAN *set);
163 
176 E_MhegErr DVB_MhegCancelNativeReminder(S32BIT serviceIndex, S32BIT eventId);
177 
185 E_MhegErr DVB_MhegGetBannerTransparency(S32BIT *transparency);
186 
193 E_MhegErr DVB_MhegGetBannerTimeout(S32BIT *timeout);
194 
195 
196 #endif /* _DVB_NATIVE_H */
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.
MHEG5 engine interface error codes.
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...
System Wide Global Technical Data Type Definitions.
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...