Microsoft DirectX 8.1 (C++)

IMSVidCtl::put_VideoRendererActive

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put_VideoRendererActive method specifies the active video renderer.

Syntax

HRESULT put_VideoRendererActive(
  IMSVidVideoRenderer*  pVal
);

Parameters

  pVal

[in]  Specifies a pointer to the IMSVidVideoRenderer interface of the video renderer device.

Return Values

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 Filter (VMR). The VMR is used by default, so it is not necessary to call this method.

See Also