DMO with multiple input , multiple output

I want to create something like multiple input and multiple output

I have made changes here

class ATL_NO_VTABLE CDelay :
public IMediaObjectImpl<MyDMO, 2, 2>, // DMO Template (1 input stream & 1 output stream)
public CComObjectRootEx<CComMultiThreadModel>,
public CComCoClass<MyDMO, &CLSID_MyDMO>, public IMediaObjectInPlace

I have made changes in the buffering model @ at output side (output with 2 stream is working but not the input )

but this isnt working I donno how to place......

Suggestion r welcome

regards

hameed

[613 byte] By [Hameed_411] at [2007-12-28]
# 1

Just to be clear, the DMO Wrapper filter isn't going to be able to use a DMO like this.

LGS at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,DirectShow Development...
# 2

Hopefully I'm not going to use DMOWrapper...coz DMOWrapper supports single input and 2 output ...but my concern is to pass 2 input audio files and get the respective outputs with some internal processing in it without using DMOWrapper indeed.

regards

Hameed

Hameed_411 at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,DirectShow Development...
# 3

If you are only doing volume adjusting, and if your sources are files, perhaps DES already has what you need.

LGS at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,DirectShow Development...
# 4

perhaps things are tricky...I'm workin with codec which needs 2 input and two output....n I'm not using any a filtergraph...so this is apparently a independent DMO...

regards

Hameed

Hameed_411 at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,DirectShow Development...
# 5

I have created 2 input and 2 output DMO....when I used the same DMO in GraphEdit ..... I can able to give two inputs but can't able get its respective output. When I say render pin @ output pin its throwin a error 0x8007007e.

As it was said in MSDN documents that DMOWrapper does not support multiple input...but in graphedit its connecting it but anyway I'm not able to get the output.

Is there any reason / solution

regards

M A H

Hameed_411 at 2007-9-4 > top of Msdn Tech,Software Development for Windows Vista,DirectShow Development...

Software Development for Windows Vista

Site Classified