How can you force connection to a known Media Type

Started by
0 comments, last by mdias 18 years, 5 months ago
Anyone- Does anyone know how to force IPins to connect to each other using a known MediaType??? When I use the Filter Graph Manager to connect pins using m_pFilterBuilder->Connect(inPin, outPin); It always defaults to whatever I don't want. - george
Advertisement
Use IPin::Connect() to connect the pins. That way you'll be able to specify the media type you want.

This topic is closed to new replies.

Advertisement