HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
hbbtv_sif_decoding.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2014 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  *******************************************************************************/
26 /* pre-processor mechanism so multiple inclusions don't cause compilation error*/
27 
28 #ifndef _HBBTV_SIF_DECODING_H
29 
30 #define _HBBTV_SIF_DECODING_H
31 
32 /*---Constant and macro definitions for public use-----------------------------*/
33 
34 /*---Enumerations for public use-----------------------------------------------*/
35 
36 /*---Global type defs for public use-------------------------------------------*/
37 
38 /*---Global Function prototypes for public use---------------------------------*/
39 
40 #if defined(__cplusplus)
41 extern "C" {
42 #endif
43 
44 
50 void HBBTV_ControlDVBPresentation(BOOLEAN control);
51 
61 E_HBBTV_ERR HBBTV_PresentDVBAudio(S16BIT component_tag);
62 
68 E_HBBTV_ERR HBBTV_StopDVBAudio(void);
69 
79 E_HBBTV_ERR HBBTV_PresentDVBVideo(S16BIT component_tag);
80 
86 E_HBBTV_ERR HBBTV_StopDVBVideo(void);
87 
97 E_HBBTV_ERR HBBTV_PresentDVBSubtitle(S16BIT component_tag);
103 E_HBBTV_ERR HBBTV_StopDVBSubtitle(void);
104 
111 
112 #if defined(__cplusplus)
113 }
114 #endif
115 
116 #endif /* _HBBTV_SIF_DECODING_H */
E_HBBTV_ERR HBBTV_StopDVBAudio(void)
Instructs the controlling application to stop the audio presentation.
void HBBTV_SetVideoRectangle(S_HBBTV_RECT *rect)
Changes the presentation window of the DVB video.
E_HBBTV_ERR HBBTV_PresentDVBSubtitle(S16BIT component_tag)
Instructs the controlling application to present the subtitles specified by their component tag...
Definition: hbbtv_types.h:173
E_HBBTV_ERR HBBTV_StopDVBVideo(void)
Instructs the controlling application to stop the video presentation.
E_HBBTV_ERR HBBTV_PresentDVBAudio(S16BIT component_tag)
Instructs the controlling application to present the audio specified by its component tag...
E_HBBTV_ERR HBBTV_StopDVBSubtitle(void)
Instructs the controlling application to stop the subtitle presentation.
E_HBBTV_ERR HBBTV_PresentDVBVideo(S16BIT component_tag)
Instructs the controlling application to present the video specified by its component tag...
void HBBTV_ControlDVBPresentation(BOOLEAN control)
Function used to notify the controlling application whether the HbbTV engine is taking control of the...