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