Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.67 KB

ne-strmif-vmrmode.md

File metadata and controls

81 lines (63 loc) · 3.67 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
NE:strmif.VMRMode
VMRMode (strmif.h)
The VMRMode enumeration type is used in calls to the IVMRFilterConfig::GetRenderingMode and IVMRFilterConfig::SetRenderingMode methods to retrieve or specify the Video Mixing Renderer Filter 7 (VMR-7) rendering mode.
VMRMode
VMRMode enumeration [DirectShow]
VMRModeEnumeration
VMRMode_Mask
VMRMode_Renderless
VMRMode_Windowed
VMRMode_Windowless
dshow.vmrmode
strmif/VMRMode
strmif/VMRMode_Mask
strmif/VMRMode_Renderless
strmif/VMRMode_Windowed
strmif/VMRMode_Windowless
dshow\vmrmode.htm
dshow
cc924b1a-561f-4d62-8cc8-03ba5e5e8d5b
4/26/2023
VMRMode, VMRMode enumeration [DirectShow], VMRModeEnumeration, VMRMode_Mask, VMRMode_Renderless, VMRMode_Windowed, VMRMode_Windowless, dshow.vmrmode, strmif/VMRMode, strmif/VMRMode_Mask, strmif/VMRMode_Renderless, strmif/VMRMode_Windowed, strmif/VMRMode_Windowless
strmif.h
Dshow.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
VMRMode
19H1
VMRMode
strmif/VMRMode
c++
APIRef
kbSyntax
HeaderDef
strmif.h
VMRMode

VMRMode enumeration

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The VMRMode enumeration type is used in calls to the IVMRFilterConfig::GetRenderingMode and IVMRFilterConfig::SetRenderingMode methods to retrieve or specify the Video Mixing Renderer Filter 7 (VMR-7) rendering mode.

-enum-fields

-field VMRMode_Windowed:0x1

Windowed mode.

-field VMRMode_Windowless:0x2

Windowless mode.

-field VMRMode_Renderless:0x4

Renderless mode.

-field VMRMode_Mask:0x7

Bitwise OR of all above flags; this is not a valid value to pass to SetRenderingMode.

-remarks

These modes are mutually exclusive. The VMRMode_Renderless flag means that the application is providing its own allocator-presenter, which is responsible for all drawing to the screen. The VMRMode_Windowed flag is the default mode of the VMR-7. See VMR Modes of Operation for more information on the rendering modes.

-see-also

DirectShow Enumerated Types