IMSVidCtl::put_VideoRendererActive Method
This topic applies to Windows XP or later.
The put_VideoRendererActive method specifies the active video renderer.
Syntax
HRESULT put_VideoRendererActive(
[in] IMSVidVideoRenderer *pVal
);
Parameters
- pVal [in]
Specifies a pointer to the IMSVidVideoRenderer interface of the video renderer device.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Currently the only supported video renderer is the Video Mixing Renderer (VMR) filter. The VMR is used by default, so it is not necessary to call this method.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidCtl Interface
IMSVidCtl::get_VideoRendererActive
Send comments about this topic to Microsoft
Build date: 12/4/2008