对于视频混合渲染器,我有//IFilterGraph*m_FilterGraphIVideoFrameStep*ivfs=0;HRESULThr=m_FilterGraph->QueryInterface(IID_IVideoFrameStep,(void**)&ivfs);if(SUCCEEDED(hr)){ivfs->Step(1,0);}SAFE_RELEASE(ivfs);它有效,但我不能使用基类CBaseRenderer的派生类来实现同样的效果。阅读引用页面,我尝试在渲染器上实现IKsPropertySet接口(interface),但它从未被查询过,所以就是这样......