app_guiobj_banner.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /********************************************************************
  2. ** File Name: app_guiobj_banner_guiobj.h
  3. **
  4. ** File Description: The header file of picture sound and sleep timer banner gui object
  5. **
  6. ** Copyright(c) 2009 Sunplus Technologies - All Rights Reserved
  7. **
  8. ** History Information Description
  9. ** Date Author Modification
  10. ** 2010/04/20 yj.li Create
  11. ********************************************************************/
  12. #ifndef _APP_BANNER_GUIOBJ_H_
  13. #define _APP_BANNER_GUIOBJ_H_
  14. /********************************************************************
  15. Including Files
  16. ********************************************************************/
  17. #include "gobj_datastruct.h"
  18. #include "board_config.h"
  19. #include "font_common.h"
  20. /********************************************************************
  21. Type definitions
  22. ********************************************************************/
  23. typedef struct _aspect_string
  24. {
  25. APP_Video_AspectRatioType_e eAspectType;
  26. String_id_t StringID;
  27. }ASPECT_STRING;
  28. #ifdef CELLO_REMOTE_KEY
  29. enum
  30. {
  31. APP_BANNER_PIC_MODE,
  32. APP_BANNER_ASPECT_MODE,
  33. APP_BANNER_SOUND_MODE,
  34. APP_BANNER_MODE_MAX,
  35. };
  36. #endif
  37. /********************************************************************
  38. Extern Global Functions
  39. ********************************************************************/
  40. #endif