Share via


IMSVidEVR::get_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 get_Presenter method retrieves the presenter object for the Enhanced Video Renderer (EVR) filter.

Syntax

HRESULT get_Presenter(
  [out] IMFVideoPresenter **ppAllocPresent
);

Parameters

[out] ppAllocPresent

Receives a pointer to the IMFVideoPresenter interface. This interface is documented in this Media Foundation SDK documentation. The caller must release the interface.

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