Share via


IMSVidEVR::put_Presenter method (segment.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_Presenter method sets the presenter object for the Enhanced Video Renderer (EVR) filter.

Syntax

HRESULT put_Presenter(
  [in] IMFVideoPresenter *pAllocPresent
);

Parameters

[in] pAllocPresent

Pointer to a presenter's IMFVideoPresenter interface. This interface is documented in this Media Foundation SDK documentation.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidEVR