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

