Tv card application
I have a gadmei pt228f tv card plugged in to my pc.i need to write a c# application in order to display tv in my application.can someone 开发者_JAVA百科give me a idea to start with
Take a look at the MediaPortal project. It got support for lots of different TV cards (and it's written in C#)
http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/4_Development/Subversion_%28SVN%29
Read card driver/API documentation. Design/implement an interface from your app. Start calling stuff.
Rgds, Martin
精彩评论