MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mheg5_keypress.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2013 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 _MHEG5_KEYPRESS_H
26 #define _MHEG5_KEYPRESS_H
27 
28 #include "techtype.h"
29 
30 /*---Constant and macro definitions for public use-----------------------------*/
31 
32 /*---Enumerations for public use-----------------------------------------------*/
33 
34 /* User interface key presses given to MHEG5 engine */
35 typedef enum
36 {
70 
71  /* Last item is not a real key and should not be passed as a key press
72  * It is only useful as definitive value for total number of keys */
74 } E_MHEG5_KEY;
75 
76 /*---Global type defs for public use-------------------------------------------*/
77 
78 /*---Global Function prototypes for public use---------------------------------*/
79 
81 
83 
97 
99 
100 #endif // _MHEG5_KEYPRESS_H
Definition: mheg5_keypress.h:49
Definition: mheg5_keypress.h:38
Definition: mheg5_keypress.h:61
Definition: mheg5_keypress.h:59
BOOLEAN DVB_MhegIsKeySupported(E_MHEG5_KEY key)
Definition: mheg5_keypress.h:37
Definition: mheg5_keypress.h:62
Definition: mheg5_keypress.h:44
Definition: mheg5_keypress.h:41
E_MHEG5_KEY
Definition: mheg5_keypress.h:35
Definition: mheg5_keypress.h:65
Definition: mheg5_keypress.h:64
Definition: mheg5_keypress.h:39
Definition: mheg5_keypress.h:50
Definition: mheg5_keypress.h:56
Definition: mheg5_keypress.h:40
Definition: mheg5_keypress.h:47
Definition: mheg5_keypress.h:54
Definition: mheg5_keypress.h:68
Definition: mheg5_keypress.h:53
Definition: mheg5_keypress.h:46
Definition: mheg5_keypress.h:60
Definition: mheg5_keypress.h:67
System Wide Global Technical Data Type Definitions.
BOOLEAN MHEG5_NotifyKeyPress(E_MHEG5_KEY key)
Notifies the MHEG-5 component of a user key press. The keys shown in section 2.3 of reference [1] are...
Definition: mh5keypress.c:1080
Definition: mheg5_keypress.h:66
Definition: mheg5_keypress.h:58
Definition: mheg5_keypress.h:51
Definition: mheg5_keypress.h:43
Definition: mheg5_keypress.h:42
Definition: mheg5_keypress.h:48
U8BIT BOOLEAN
Definition: techtype.h:112
Definition: mheg5_keypress.h:57
BOOLEAN MHEG5_IsPromotionalLinkingEnabled(void)
This function is relevant to PVR products that support NativeApplicationExtension for broadcast-trigg...
Definition: mh5keypress.c:1121
Definition: mheg5_keypress.h:45
Definition: mheg5_keypress.h:73
Definition: mheg5_keypress.h:69
Definition: mheg5_keypress.h:63
Definition: mheg5_keypress.h:55
Definition: mheg5_keypress.h:52
BOOLEAN MHEG5_IsKeyNeeded(E_MHEG5_KEY key)
Definition: mh5keypress.c:347