Normal
The reason the cards all have the same name is because i didn't make the findDevice function return the name of the filter so i hardcoded the name to be Tuner/Capture Device.As for enumerating the filter and matching a name, that could partially work, but if you have 2 cards of the same manufacturer than you will still need to guess which one is which. Having two cards with the same name is dtill going to cause problems when selecting a card anyway, assuming that a system can have two of the same name in the first place.And no i dont have that book, i've learn this stuff by writing it, looking at the msdn library and sdk docs.Josh
The reason the cards all have the same name is because i didn't make the findDevice function return the name of the filter so i hardcoded the name to be Tuner/Capture Device.
As for enumerating the filter and matching a name, that could partially work, but if you have 2 cards of the same manufacturer than you will still need to guess which one is which. Having two cards with the same name is dtill going to cause problems when selecting a card anyway, assuming that a system can have two of the same name in the first place.
And no i dont have that book, i've learn this stuff by writing it, looking at the msdn library and sdk docs.
Josh