Controlling a TV/PVR card : looking for brands and models with known API's

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

Hi

I want ot control a a TV / FM Tuner pci card using C# , any hints or
recommendations on models that have a known set of API's to control them
with C#
( or through p/invokes ) ?

Johan
 
Sagaert Johan said:
Hi

I want ot control a a TV / FM Tuner pci card using C# , any hints or
recommendations on models that have a known set of API's to control them
with C#
( or through p/invokes ) ?

You should use DirectShow (part of DirectX) which pretty much any card on
the market will support. There are plenty of examples on the web so do a
search. It's not the easiest thing in the world to do in c# so be prepare
for a bit of work.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top