DigiTV 3rd Party Developers
Please Note:
Although every effort has been made to ensure that this information is correct, it is supplied WITHOUT WARRANTY.
No guarantee of fitness for use or merchantability is implied or should be inferred.
|
|
|
Windows messages for use with DigiTV
|
The following messages take the form WM_COMMAND, Message ID, 0, 0
eg:
SendMessage (0x0111, 32780, 0, 0); // Where 0x0111 is the value for WM_COMMAND.
| Message ID |
Moniker |
Description |
| General |
| 32867 |
IDM_EXIT |
Exit the application |
| 32771 |
IDC_DIGITAL |
Set digital TV mode |
| 32772 |
IDC_ANALOG |
Set analogue input mode |
| 254 |
IDC_CURSOR_DN |
Move the GUI cursor down 1 place |
| 253 |
IDC_CURSOR_UP |
Move the GUI cursor up 1 place |
| 272 |
IDC_CURSOR_LT |
Move the GUI cursor left 1 place |
| 273 |
IDC_CURSOR_RT |
Move the GUI cursor right 1 place |
| 278 |
IDC_KEY_ENTER
| Spoof the 'Enter' key ('OK' on remote) |
| 32854 |
IDC_DESCR |
Show the programme description overlay |
| 32855 |
IDC_GLANCE |
Show the EPG Overlay |
| 124 |
IDC_MUTE |
Toggle the audio mute on/off |
| 250 |
IDC_ON_NOW |
Show the Now/Next overlay |
| 257 |
IDC_PAGE_DN |
Move the GUI cursor down 8 places |
| 256 |
IDC_PAGE_UP |
Move the GUI cursor up 8 places |
| 133 |
IDC_POWEROFF |
Power down the PC |
| 32851 |
IDC_SILENT |
Toggle silent rec mode on/off |
| 32783 |
IDC_TUNE_START |
Start auto-tune process |
| 32784 |
IDC_TUNE_STOP |
Stop auto-tune process |
| 173 |
IDC_USER_0 |
Clear the screen of any menus |
| 174 |
IDC_USER_1 |
Decrement the channel |
| 175 |
IDC_USER_2 |
Increment the channel |
| 176 |
IDC_USER_3 |
Decrement the volume |
| 177 |
IDC_USER_4 |
Increment the volume |
| 180 |
IDC_USER_7 |
Jump back (Playback only) |
| 181 |
IDC_USER_8 |
Jump forward (Playback only) |
| Recording/Playback |
| 1019 |
IDC_FF |
Fast Forward |
| 32781 |
IDC_PAUSE |
Pause |
| 32774 |
IDC_PLAY |
Play |
| 32780 |
IDC_RECORD |
Record |
| 1017 |
IDC_RW |
Rewind |
| 1001 |
IDC_STOP |
Stop |
| Digital Text |
| 1270 |
IDC_BLUE |
BLUE button |
| 1271 |
IDC_GREEN |
GREEN button |
| 1250 |
IDC_RED |
RED button |
| 32777 |
IDC_TELETEXT |
Toggle Digital Text on/off |
| 1269 |
IDC_YELLOW |
YELLOW button |
The following messages take the form WM_COMMAND, Message ID, 0, lParam
| Message ID |
lParam |
Moniker |
Description |
| 197 |
Channel No |
IDC_SET_CHANNEL |
Set the channel explicitly (by channel order) |
| 263 |
Channel No |
IDC_SET_LCN |
Set the channel explicitly (by LCN) |
| 182 |
Volume |
IDC_USER_9 |
Set absolute volume level (0 to 50) |
|
|