VMR9RenderPrefs enumeration (vmr9.h)
[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 VMR9RenderPrefs
enumeration type specifies basic rendering preferences for the VMR-9. It is used with the IVMRFilterConfig9::GetRenderingPrefs and IVMRFilterConfig9::SetRenderingPrefs methods.
Syntax
typedef enum __MIDL___MIDL_itf_vmr9_0000_0008_0001 {
RenderPrefs9_DoNotRenderBorder = 0x1,
RenderPrefs9_Mask = 0x1
} VMR9RenderPrefs;
Constants
RenderPrefs9_DoNotRenderBorder Value: 0x1 Indicates that the application paints the color keyed areas. |
RenderPrefs9_Mask Value: 0x1 Bitwise OR of all flags; not used by applications. |
Requirements
Requirement | Value |
---|---|
Header | vmr9.h |