Skip to content

Latest commit

 

History

History
81 lines (68 loc) · 3.59 KB

nn-evr-imfvideomixercontrol.md

File metadata and controls

81 lines (68 loc) · 3.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name archived
NN:evr.IMFVideoMixerControl
IMFVideoMixerControl (evr.h)
Controls how the Enhanced Video Renderer (EVR) mixes video substreams.
8b5f54e3-c6da-4201-857a-9c718ad911db
IMFVideoMixerControl
IMFVideoMixerControl interface [Media Foundation]
IMFVideoMixerControl interface [Media Foundation]
described
evr/IMFVideoMixerControl
mf.imfvideomixercontrol
mf\imfvideomixercontrol.htm
mfarchive
8b5f54e3-c6da-4201-857a-9c718ad911db
12/05/2018
8b5f54e3-c6da-4201-857a-9c718ad911db, IMFVideoMixerControl, IMFVideoMixerControl interface [Media Foundation], IMFVideoMixerControl interface [Media Foundation],described, evr/IMFVideoMixerControl, mf.imfvideomixercontrol
evr.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Strmiids.lib
Windows
19H1
IMFVideoMixerControl
evr/IMFVideoMixerControl
c++
APIRef
kbSyntax
COM
strmiids.lib
strmiids.dll
IMFVideoMixerControl
true

IMFVideoMixerControl interface

-description

[The component described on this page, Enhanced Video Renderer, is a legacy feature. It has been superseded by the Simple Video Renderer (SVR) exposed through the MediaPlayer and IMFMediaEngine components. To play video content you should send data into one of these components and allow them to instantiate the new video renderer. These components have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer or the lower level IMFMediaEngine APIs to play video media in Windows instead of the EVR, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Controls how the Enhanced Video Renderer (EVR) mixes video substreams. Applications can use this interface to control video mixing during playback.

The EVR mixer implements this interface. To get a pointer to the interface, call IMFGetService::GetService. The service identifier GUID is MR_VIDEO_MIXER_SERVICE. Call GetService on any of the following objects:

  • The Media Session, if the topology contains an instance of the EVR.
  • The EVR media sink.
  • The DirectShow EVR filter.
  • The EVR mixer.
If you implement a custom mixer for the EVR, the mixer can optionally expose this interface as a service.

-inheritance

The IMFVideoMixerControl interface inherits from the IUnknown interface. IMFVideoMixerControl also has these types of members:

-see-also

Enhanced Video Renderer

Media Foundation Interfaces