C
craigt
Guest
Dear Members,
Can someone point me to any particular source I can refer to which will help me
write code to communicate with my Leadtek WinFast DTV card ? In particular
I want to programatically add entries to it's recording schedule using my own
interface.
I have spent quite a bit of time trying to decipher the format of the schedule file:
C:\Program Files\WinFast\WFDTV\DTVSchdl.dat
and access the methods in:
C:\Program Files\WinFast\WFDTV\DVBT.dll
(which unfortunately is not a COM DLL) without luck
I guess all I want to do is this basic algorithm:
1. Get a handle to the card
2. Establish the "Channel List" that it's already been set up with.
3. Add an entry for a given Channel to start recording at HHMM#1
& end at HHMM#2
Thank you in advance for any help you can provide.
Regards
Craig.
PS: I am a C# developer, with past C/C++ experience on U*IX environments.
Can someone point me to any particular source I can refer to which will help me
write code to communicate with my Leadtek WinFast DTV card ? In particular
I want to programatically add entries to it's recording schedule using my own
interface.
I have spent quite a bit of time trying to decipher the format of the schedule file:
C:\Program Files\WinFast\WFDTV\DTVSchdl.dat
and access the methods in:
C:\Program Files\WinFast\WFDTV\DVBT.dll
(which unfortunately is not a COM DLL) without luck
I guess all I want to do is this basic algorithm:
1. Get a handle to the card
2. Establish the "Channel List" that it's already been set up with.
3. Add an entry for a given Channel to start recording at HHMM#1
& end at HHMM#2
Thank you in advance for any help you can provide.
Regards
Craig.
PS: I am a C# developer, with past C/C++ experience on U*IX environments.
New Zealand