On Wed, Apr 8, 2015 at 2:04 PM, Sebastián Magrí wrote:
> Hi!
>
> I'm trying to use DirectShowLib for some basic media detection with the
> `IMediaDet` interface. However, trying to use methods of the interface from
> the instance throws `AttributeError` every time.
Hi Sebastián,
Apologies for the
Hi!
I'm trying to use DirectShowLib for some basic media detection with the
`IMediaDet` interface. However, trying to use methods of the interface from
the instance throws `AttributeError` every time.
This is the script I'm using to test:
---
import clr
clr.AddReference('DirectShowLib')