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...
const char * MHEG5RevisionString(void)
MHEG5Bool MH5_SupportHDGraphics(void)
Returns whether supporting HD Graphics extension.
U8BIT * MH5_GetUserAgent(void)
Return the "User Agent" string for the engine.
MHEG5Bool MH5_SupportPVRExtension(void)
Return whether PVR extension (ETSI, and originally NZ) is supported.
U8BIT * MH5_GetManufacturerString(void)
Returns a pointer to a manufacturer specific platform U8BIT*.
E_ProfileId MH5_GetCurrentProfile(void)
Get current profile - CI plus or broadcast.
MHEG5Bool MH5_SupportICStreaming(void)
Return whether Interaction channel Streaming is supported.
const char * MHEG5VersionString(void)
MHEG5Int MH5_MaxStorageFileLength(void)
Return maximum length of file for persistent storage depending on supported profiles (e...
MHEG5Bool MH5_SupportHDVideo(void)
Returns whether supporting HD Video extension.
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...
E_MhegErr MH5_SupportInitialise(S_MhegConfig *pConfig)
Initialise support module - called when 'Open' engine.
enum E_COUNTRY_PROFILE E_MHEG_PROFILE
MHEG5Bool MH5_SupportNativeApplication(void)
Return whether Native Application extension is supported.
MHEG5Bool MH5_SupportMhegProfile(E_MHEG_PROFILE profile)
Return whether Mheg profile (UK, NZ, AU, HK, SA, FREESAT) is currently supported. ...
MHEG5Bool MH5_SupportInteractionChannel(void)
Return whether Interaction channel is supported by current profile.
MHEG5Bool MH5_SupportServiceInfoExtension(void)
Return whether Service Info extension is supported.
MHEG5Bool MH5_SupportFontClass(void)
Return whether font class is supported by current profile.
U8BIT * MH5_GetEngineVersionString(void)
Returns a pointer to the engine version string U8BIT*.
MHEG5Bool MH5_GetEngineSupport(MHEG5String feature)
Used by the GetEngineSupport action.