MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stb_vtc.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 _STB_VTC_H
26 #define _STB_VTC_H
27 
28 #include "techtype.h"
29 #include "osdtype.h"
30 #include "vtctype.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 
47 
48 
55 
62 void STB_VTSetMhegScalingResolution(U16BIT width, U16BIT height);
63 
70 void STB_VTSetMhegVideoScaling( S_RECTANGLE *scaling );
71 
89 
98 
99 
100 #ifdef INCLUDE_USER_DEFINED_VTG
101 
122 E_MhegErr STB_VTMhegVideoToGraphics(S32BIT videoXVal, S32BIT videoYVal,
123  S32BIT *graphicXVal, S32BIT *graphicYVal);
124 #endif /* INCLUDE_USER_DEFINED_VTG */
125 
126 
127 #endif /*_STB_VTC_H*/
definition of OSD types
void STB_VTSetMhegVideoAlignment(E_VIDEO_ASPECT_MODE alignment)
This function is called to force the video alignment used by the receiver when a 16:9 video is played...
void STB_VTSetMhegScalingResolution(U16BIT width, U16BIT height)
Set MHEG5 scaling resolution for video.
E_FORMAT_CONVERSION STB_VTGetDecoderFormatConversion(void)
This function is called so the MHEG application can find out the current video aspect ratio conversio...
Definition: osdtype.h:48
Header file - Function prototypes for A/V control.
E_MhegErr
Definition: mherrors.h:28
E_VIDEO_ASPECT_MODE
Definition: vtctype.h:33
int32_t S32BIT
Definition: techtype.h:98
void STB_VTSetMhegVideoScaling(S_RECTANGLE *scaling)
Specify position and scaling required by MHEG5 for display of video or iframe. The scaling rectangle ...
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
E_FORMAT_CONVERSION
Definition: vtctype.h:42
void STB_VTSetMhegAspectRatio(E_ASPECT_RATIO ratio)
Notify the controlling application of the aspect ratio of the currently running MHEG-5 Scene object...
E_ASPECT_RATIO
Definition: osdtype.h:39
E_ASPECT_RATIO STB_VTGetDisplayAspectRatio(void)
This function is called so the MHEG application can find out the type of display hardware being used ...