Discussion:
Wmv Audio Decoder DMO in C#
(too old to reply)
Back9
2010-05-27 20:27:54 UTC
Permalink
Hi,

I'm having a hard time calling FindPin() of CaptureGraphBuilders to
find a pin of Wmv Audio Decoder DMO filter.
Using graphedit it shows "in0" as inpin but when I call it in C# it
keeps returning "Unspecified error\t\n"

I also tried to call it an instance of WmvAudioDecoder DMO filter and
FindPin().
The same thing happens in both case.

Anyone experiences the same thing I am suffering now?

TIA
babgvant
2010-06-30 13:42:26 UTC
Permalink
Post by Back9
I'm having a hard time calling FindPin() of CaptureGraphBuilders to
find a pin of Wmv Audio Decoder DMO filter.
Using graphedit it shows "in0" as inpin but when I call it in C# it
keeps returning "Unspecified error\t\n"
EVRPlay (http://babgvant.svn.sourceforge.net/viewvc/babgvant/EVRPlay/)
contains an e.g. for using the WMA DMO (including configuring it for
high res output) in C#.

Loading...