IRenderEngine2 Interface
Microsoft DirectShow 9.0 |
IRenderEngine2 Interface
The IRenderEngine2 interface enables the application to replace the default video resizing filter used by DirectShow Editing Services (DES). The Basic Render Engine and the Smart Render Engine both support this interface.
In addition to the methods inherited from IUnknown, the IRenderEngine2 interface exposes the following method.
Method | Description |
SetResizerGUID | Specifies the CLSID of a custom resizing filter provided by the application. |
Requirements
Requires DirectX 9.0 or later.
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also