IVMRImagePresenterConfig Interface
Microsoft DirectShow 9.0 |
IVMRImagePresenterConfig Interface
The IVMRImagePresenterConfig interface provides methods for setting the renderering preferences on the allocator-presenter used by the Video Mixing Renderer Filter 7 (VMR-7).
Applications should not use this interface directly. The VMR-7 filter's IVMRFilterConfig interface calls methods on this interface. The default allocator-presenter implements this interface. Custom allocator-presenters can also expose this interface.
For the VMR-9, use the IVMRImagePresenterConfig9 interface.
In additions to the methods inherited from IUnknown, the IVMRImagePresenterConfig interface exposes the following methods.
Method | Description |
SetRenderingPrefs | Sets the rendering preferences. |
GetRenderingPrefs | Gets the rendering preferences. |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.