- Include latest WHQL’d HDPVR analog driver.
- Include latest IR support for compatibility with other Hauppauge products.
- Added “Blaster” registry key
[HKEY_LOCAL_MACHINE\SYSTEM\PSWTuner\SWT_HDPVR\Blaster]
And several values to control blaster operation (defaults shown):
• "ActiveBlaster"=dword:00000001
0 - no blaster
1 - use HDPVR blaster
2 - launch external blaster application
Used to select the active blaster. This is a bitwise value so multiple bits can be set.
When set to “external” the application specified by "ExtAppName" will be launched with
the command line parameters specified by "ExtAppArgs".
• "FlushOnChannelChange"=dword:00000001
0 - internal queues are not flushed after blasting
1 - flush internal queues after blasting
• "PauseOnChannelChange"=dword:00000001
0 - encoder is not paused before blasting
1 - pause encoder before blasting
• "IntOpenMode"=dword:00000000
0 – internal blaster port is opened once and handle saved for subsequent use.
1 – internal blaster port is opened/closed on each use
Opening the blaster once provides faster operation but the saved handle will be
invalidated if any other application accesses the blaster hardware. Once the handle is
invalid the MCE software will not be able to blast. For example, if you test the blaster
operation using BlastCfg.exe you must reboot the PC (or restart the service) or the
blaster will fail when MCE next tries to change the channel.
• "ExtAppName"="D:\MyTests\blast.exe"
Used to specify the full path and name of an external blaster application. External blaster
mode must be enabled in "ActiveBlaster" for the application to be executed. Do not
include opening and closing quotes in the value you specify.
• "ExtAppArgs"="-c%c"
Use to specify the command line parameters passed to the application specified in
"ExtAppName". The MCE software will replace the first occurrence of %c in the
command line with the channel number to be blasted.