/******************************************************************************* ** app_guiobj_AmplifierVolume.h : Description ...... ** ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved ** Author : qin.he ** ** $Id: app_guiobj_AmplifierVolume.h 1069 2010-11-16 10:32:32Z b.yang_c1 $ *******************************************************************************/ #ifndef _APP_AMPLIFIERVOLUME_GUIOBJ_H_ #define _APP_AMPLIFIERVOLUME_GUIOBJ_H_ typedef struct { UINT8 u8AmpValue; UINT8 u8ProgValue; char AmpName[20]; }APP_AmplifierVolume_t; /******************************************************************** Extern Global Functions ********************************************************************/ #endif /***************************************************************************** ** $Rev: 1069 $ ** *****************************************************************************/