setup.h
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. //
  2. // setup.h
  3. //
  4. //      define external interface of setup module
  5. //
  6. // notes:
  7. //      side effect :   these function calls do synchronous IO, so if caller want to do real-time job, 
  8. //                      please consider it's worst case(max. timeout time)
  9. //
  10. // history:
  11. //  2002/02/07  : create
  12. //
  13. //AC3 related setting(including sperker gain, delay and Dolby digital setting)
  14. //when we change DSP audio decoder to AC3, call this
  15. void setup_SetAC3Config();
  16. //DTS related setting(including sperker gain and delay)
  17. //when we change DSP audio decoder to DTS, call this
  18. void setup_SetDTSConfig();
  19. //common DSP audio related setting
  20. void setup_SetAudioConfig();
  21. void setup_save_exit(void);
  22. int setup_IsSet2SPDIF_Bitstream();
  23. int setup_IsSet2SPDIF_PCM();
  24. int setup_IsSet2SPDIF_OFF();
  25. int setup_DTSCD_IsSet2SPDIF_PCMAndOff(void);
  26. void setup_Set2SPDIF_PCM();
  27. int setup_IsMICoff();
  28. void setup_CheckPasswd();
  29. void setup_SetKey();
  30. void setup_SetEcho();
  31. void setup_SetMic();
  32. int IsOSDChinese();
  33. int setup_IsMICOff(); //Jeff 20020524
  34. void setup_SetMICAuto();
  35. int setup_IsSpkSubwooferOn();//2-6-16 20:45
  36. void setup_SetDTSCDConfig();
  37. int setup_IsSpkDownmixOff(void);
  38. int WillKeyShiftNotDo(void);
  39. void setup_SetDTSDOWNMIXConfig();//nono 2003-11-24 14:47
  40. void setup_SetAC3PCMConfig();//nono 2004-8-4 9:27
  41. void setup_DVD3DSound(BYTE set);
  42. UINT8 setup_GetDownmixMode(void); //wanghaoying 2003-9-11 14:12
  43. UINT8 setup_GetPrologicII(void);    //wanghaoying 2003-9-18 11:36
  44. int OsdIsEnglish(void);
  45. #ifdef USE_IR_TO_CHANGE_TVTYPE
  46. void setup_DVD_TVType(BYTE set);
  47. #endif
  48. int setup_IsVGAOn(); //wangfeng,2003-10-23 13:17
  49. int setup_IsPrologicOn(); //wangfeng 2004-2-2 11:27
  50. #ifdef USER_MPEG_LOGO
  51. void setup_SetMPEGLogo(void);
  52. #endif//#ifdef USER_MPEG_LOGO
  53. #if defined(S_VIDEO_OUT)&&defined(S_VIDEO_SET_TV_DAC3_OFF)
  54. UINT8 setup_GetVideoMode(void);
  55. #endif
  56. void setup_SetFreqMaskConfig(void);
  57. void init_val_by_record(void);
  58. //=========================================ending========================================