Basically I want to write a small C# app that uses a BDA DVB-T tuner. It has to tune to a given frequency and get the signal strength. That's all. I don't need to show the stream on the screen. I discovered the Microsoft Tuner 1.0 Type Library called TunerLib but I couldn't find any documentation and directions on how to use it on the internet. Any help would be much appreciated!
Asked
Active
Viewed 834 times
2
-
http://msdn.microsoft.com/en-us/library/windows/desktop/ee663615%28v=VS.85%29.aspx – Hans Passant Dec 29 '11 at 21:34
-
Looks interesting I'll check it out. – Martin Marinov Dec 29 '11 at 21:45
-
Useful but still I have no idea where to start the coding from... – Martin Marinov Dec 29 '11 at 21:55
-
What do you actually want to do? – Dipan Mehta Mar 10 '12 at 14:59
-
I ended up using Java library for what I wanted - an app that detects weak DVB-T signals – Martin Marinov Mar 10 '12 at 18:28