Unregistered
July 1, 2004, 12:29:08
I'm trying to connect a MVrecording filter output pin to a divx filter using ICaptureGraphBuilder2's RenderStream method.
hr = pBuilder->RenderStream(0, 0, pMVRecord, NULL, pDivXDecoder);
When I execute it, this only connects the output pin unless (desired) record pin. I think this is because I don't specifie Pin categorie.
Is this right? What's the record's pin type?
hr = pBuilder->RenderStream(0, 0, pMVRecord, NULL, pDivXDecoder);
When I execute it, this only connects the output pin unless (desired) record pin. I think this is because I don't specifie Pin categorie.
Is this right? What's the record's pin type?