MHEG5  15.3.0
source/core/inc/mh5support.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2010 Ocean Blue Software Ltd
00004  *
00005  * This file is part of a DTVKit Software Component
00006  * You are permitted to copy, modify or distribute this file subject to the terms
00007  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00008  * 
00009  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00010  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00011  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00012  * 
00013  * If you or your organisation is not a member of DTVKit then you have access
00014  * to this source code outside of the terms of the licence agreement
00015  * and you are expected to delete this and any associated files immediately.
00016  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00017  *******************************************************************************/
00025 #ifndef _MH5_SUPPORT_H
00026 #define _MH5_SUPPORT_H
00027 
00028 /*---includes for this file--------------------------------------------------*/
00029 #include "mh5base.h"
00030 #include "mheg5_control.h"
00031 
00032 /*---Constant and macro definitions for public use---------------------------*/
00033 
00034 /*---Enumerations for public use---------------------------------------------*/
00035 
00036 /*---Global type defs for public use-----------------------------------------*/
00037 
00038 typedef enum
00039 {
00040    PROFILE_BROADCAST,
00041    PROFILE_CI_PLUS
00042 } E_ProfileId;
00043 
00044 /*---Global variable declarations for public use-----------------------------*/
00045 
00046 /*---Global Function prototypes for public use-------------------------------*/
00047 
00053 E_MhegErr MH5_SupportInitialise( S_MhegConfig *pConfig );
00054 
00059 U8BIT* MH5_GetManufacturerString(void);
00060 
00065 U8BIT* MH5_GetEngineVersionString(void);
00066 
00071 U8BIT* MH5_GetUserAgent(void);
00072 
00077 MHEG5Bool MH5_SupportInteractionChannel(void);
00078 
00083 MHEG5Bool MH5_SupportICStreaming(void);
00084 
00091 MHEG5Bool MH5_SupportMhegProfile( E_MHEG_PROFILE profile );
00092 
00097 MHEG5Bool MH5_SupportHDGraphics(void);
00098 
00103 MHEG5Bool MH5_SupportHDVideo(void);
00104 
00109 MHEG5Bool MH5_SupportNativeApplication(void);
00110 
00115 MHEG5Bool MH5_SupportPVRExtension(void);
00116 
00117 
00122 MHEG5Bool MH5_SupportServiceInfoExtension(void);
00123 
00130 void MH5_SetCurrentProfile( E_ProfileId profile );
00131 
00138 void MH5_SetCurrentProfile( E_ProfileId profile );
00139 
00145 E_ProfileId MH5_GetCurrentProfile( void );
00146 
00151 MHEG5Bool MH5_SupportFontClass( void );
00152 
00158 MHEG5Int MH5_MaxStorageFileLength( void );
00159 
00165 MHEG5Bool MH5_GetEngineSupport( MHEG5String feature );
00166 
00172 MHEG5String MH5_WhoAmI(void);
00173 
00174 const char* MHEG5VersionString(void);
00175 const char* MHEG5RevisionString(void);
00176 
00177 #endif /*_MH5_SUPPORT_H*/
 All Data Structures Files Functions Variables Typedefs Defines