home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / videotlk.zip / SAMPLES / EX5 / EX5.ZIP / PMTV2REM.H < prev    next >
Text File  |  1995-07-13  |  2KB  |  48 lines

  1.  
  2. /*------------------------------------------------------------------*
  3.  *                                                                  *
  4.  *  Video Toolkit For OS/2 Version 1.0                              *
  5.  *  Example PM Application No. 4.                                   *
  6.  *  Written by Stephen Sloan.                                       *
  7.  *  Date : 22/02/95.                                                *
  8.  *  Copyright Abbotsbury Software Ltd. (c), United Kingdom. 1995.   *
  9.  *                                                                  *
  10.  *  Filename : pmtv2rem.h                                           *
  11.  *                                                                  *
  12.  *------------------------------------------------------------------*/
  13.  
  14. #define     IDD_REM                 (500)
  15. #define     IDD_REM_CHUP            (IDD_REM + 1)
  16. #define     IDD_REM_CHDOWN          (IDD_REM + 2)
  17. #define     IDD_REM_CHTEXT          (IDD_REM + 3)
  18. #define     IDD_REM_LVOLUME         (IDD_REM + 4)
  19. #define     IDD_REM_RVOLUME         (IDD_REM + 5)
  20. #define     IDD_REM_TREBLE          (IDD_REM + 6)
  21. #define     IDD_REM_BASS            (IDD_REM + 7)
  22. #define     IDD_REM_BRIGHT          (IDD_REM + 8)
  23. #define     IDD_REM_HUE             (IDD_REM + 9)
  24. #define     IDD_REM_SAT             (IDD_REM + 10)
  25. #define     IDD_REM_CONTRAST        (IDD_REM + 11)
  26. #define     IDD_REM_SRC1            (IDD_REM + 12)
  27. #define     IDD_REM_SRC2            (IDD_REM + 13)
  28. #define     IDD_REM_SRC3            (IDD_REM + 14)
  29. #define     IDD_REM_SRC4            (IDD_REM + 15)
  30. #define     IDD_REM_SRCCOL          (IDD_REM + 16)
  31. #define     IDD_REM_MUTE            (IDD_REM + 17)
  32. #define     IDD_REM_FREEZE          (IDD_REM + 18)
  33. #define     IDD_REM_ONOFF           (IDD_REM + 19)
  34. #define     IDD_REM_BMP_VOL         (IDD_REM + 20)
  35. #define     IDD_REM_BMP_BAL         (IDD_REM + 21)
  36. #define     IDD_REM_BMP_TREBLE      (IDD_REM + 22)
  37. #define     IDD_REM_BMP_BASS        (IDD_REM + 23)
  38. #define     IDD_REM_BMP_BRIGHT      (IDD_REM + 24)
  39. #define     IDD_REM_BMP_HUE         (IDD_REM + 25)
  40. #define     IDD_REM_BMP_SAT         (IDD_REM + 26)
  41. #define     IDD_REM_BMP_CONTRAST    (IDD_REM + 27)
  42.  
  43. MRESULT EXPENTRY RemoteDlgProc (HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
  44. extern  void    set_video_adj (USHORT type, ULONG data);
  45. extern  void    set_audio_adj (USHORT type, ULONG data_in);
  46. extern  int     init_audio (void);
  47. extern  int     init_video (void);
  48.