25 #ifndef _MH5_SUPPORT_H
26 #define _MH5_SUPPORT_H
void MH5_SetCurrentProfile(E_ProfileId profile)
Set current profile - CI plus or broadcast (Could extend this fnc to distuinguish between UK/HK/NZ/AU...
Definition: mh5support.c:469
const char * MHEG5RevisionString(void)
Definition: mh5support.c:203
MHEG5Bool MH5_SupportHDGraphics(void)
Returns whether supporting HD Graphics extension.
Definition: mh5support.c:406
U8BIT * MH5_GetUserAgent(void)
Return the "User Agent" string for the engine.
Definition: mh5support.c:1404
MHEG5Bool MH5_SupportPVRExtension(void)
Return whether PVR extension (ETSI, and originally NZ) is supported.
Definition: mh5support.c:439
U8BIT * MH5_GetManufacturerString(void)
Returns a pointer to a manufacturer specific platform U8BIT*.
Definition: mh5support.c:346
E_ProfileId MH5_GetCurrentProfile(void)
Get current profile - CI plus or broadcast.
Definition: mh5support.c:492
E_MhegErr
Definition: mherrors.h:28
MHEG5Bool MH5_SupportICStreaming(void)
Return whether Interaction channel Streaming is supported.
Definition: mh5support.c:377
const char * MHEG5VersionString(void)
Definition: mh5support.c:198
MHEG5Int MH5_MaxStorageFileLength(void)
Return maximum length of file for persistent storage depending on supported profiles (e...
Definition: mh5support.c:515
uint8_t U8BIT
Definition: techtype.h:93
long MHEG5Int
Definition: mh5base.h:69
MHEG5Bool MH5_SupportHDVideo(void)
Returns whether supporting HD Video extension.
Definition: mh5support.c:415
Definition: mh5support.h:40
This file provides the control interface for MHEG5 engine. The use of this component MUST comply with...
MHEG5String MH5_WhoAmI(void)
Used by the WhoAmI resident program to obtain WhoAmI string. See UK1.06 profile section 3...
Definition: mh5support.c:650
short MHEG5Bool
Definition: mh5base.h:67
E_MhegErr MH5_SupportInitialise(S_MhegConfig *pConfig)
Initialise support module - called when 'Open' engine.
Definition: mh5support.c:213
enum E_COUNTRY_PROFILE E_MHEG_PROFILE
MHEG5Bool MH5_SupportNativeApplication(void)
Return whether Native Application extension is supported.
Definition: mh5support.c:424
Definition: mheg5_control.h:151
MHEG5Bool MH5_SupportMhegProfile(E_MHEG_PROFILE profile)
Return whether Mheg profile (UK, NZ, AU, HK, SA, FREESAT) is currently supported. ...
Definition: mh5support.c:392
Definition: mh5support.h:41
E_ProfileId
Definition: mh5support.h:38
MHEG5Bool MH5_SupportInteractionChannel(void)
Return whether Interaction channel is supported by current profile.
Definition: mh5support.c:364
MHEG5Bool MH5_SupportServiceInfoExtension(void)
Return whether Service Info extension is supported.
Definition: mh5support.c:454
MHEG5Bool MH5_SupportFontClass(void)
Return whether font class is supported by current profile.
Definition: mh5support.c:501
U8BIT * MH5_GetEngineVersionString(void)
Returns a pointer to the engine version string U8BIT*.
Definition: mh5support.c:355
MHEG5Bool MH5_GetEngineSupport(MHEG5String feature)
Used by the GetEngineSupport action.
Definition: mh5support.c:525