If your SrcPlugMgr has some PlugInfo items in it, then the name of these should start with "DEVICE". Those items can be used with the WM Encoder.
If you have more questions, drop me an email (kboek[ at ]hotmail.com) and I can try to help you out. You might also be interested in my encoder products that perform Windows Media encoding (Masaro, see www.raskenlund.com)
"csharpDeveloper" wrote:
[Quoted Text] > Hi, > > thanks for reply. > > I've checked allready. I can encode some of the Hauppauge card with the > Encoder application. And in debugging mode I can see the properties and > collection of SrcPlugMgr, DCPlugMgr and PlugInfo but there was nothings of > Hauppauge :(. Any Ideas more? > > -- > Regards > csharpDeveloper > > > "KBoek" wrote: > > > Hi! > > > > Check if your Hauppage card works with WMEncoder (you can simply run the > > WMEncoder application to see if you can use the card as an input). If it > > works, then see if the SrcPlugMgr has actually items in it, so that > > SrcPlugMgr.Count > 0 > > > > Furthermore I'd use some kind of debugging to: > > - Check the PlugInfo.SchemeType > > - see if PlugInfo.Resources = true > > - Check the PlugInfo.MediaType > > > > regards, > > Karel >
|