Using IMPEG2Demultiplexer.CreateOutputPin()
DirectShow programming library for .Net programmers
Brought to you by:
snarfle
I am trying to use the untested interface
IMPEG2Demultiplexer.CreateOutputPin(). I get an error
when I do the following code snippet.
IPin VOut = null;
Demux.CreateOutputPin(mt, "Video", out VOut);
I get a "An unhandled exception of
type 'System.ArgumentNullException' occurred in
MDIClient.exe
Additional information: Value cannot be null." on the
Vout declaration. What is the proper usage of this call.
Giri
Logged In: YES
user_id=1220080
Works for me:
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).