IMSVidCtl::put_VideoRendererActive method (msvidctl.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The put_VideoRendererActive method specifies the active video renderer.
Syntax
HRESULT put_VideoRendererActive(
[in] IMSVidVideoRenderer *pVal
);
Parameters
[in] pVal
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
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msvidctl.h |