/******************************************************************************* ** app_guiobj_channel.h : Description ...... ** ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved ** Author : qin.he ** ** $Id: app_guiobj_channel.h 1069 2010-11-16 10:32:32Z b.yang_c1 $ *******************************************************************************/ #ifndef _APP_GUIOBJ_CHANNEL_H_ #define _APP_GUIOBJ_CHANNEL_H_ /******************************************************************** Extern Global Functions ********************************************************************/ typedef enum _BaseCoutry_Item { BASECOUNTRY_PRESUBTITLE = 0, BASECOUNTRY_PREAUDIO, BASECOUNTRY_ALL, BASECOUNTRY_ITEM_MAX, }BaseCoutry_Item; void APP_GUIOBJ_Channel_SetValue_BaseCountry(BaseCoutry_Item Item); UINT32 APP_GUIOBJ_Channel_GetCountryNum(void); UINT32* APP_GUIOBJ_Channel_GetCountryTbl(void); UINT32 APP_GUIOBJ_Channel_GetAreaBySupportCountryIdx(UINT32 u32Index); UINT32 APP_GUIOBJ_Channel_GetSupportCountryIdxByArea(UINT8 uiValue); #endif /***************************************************************************** ** $Rev: 1069 $ ** *****************************************************************************/