ISmartRenderEngine Interface
Microsoft DirectShow 9.0 |
ISmartRenderEngine Interface
The ISmartRenderEngine interface provides methods that support smart recompression in DirectShow Editing Services (DES). The smart render engine exposes this interface.
In addition to the methods inherited from IUnknown, the ISmartRenderEngine interface exposes the following methods.
Method | Description |
GetGroupCompressor | Retrieves the compression filter for the specified group. |
SetFindCompressorCB | Not implemented. |
SetGroupCompressor | Specifies a compression filter to use when rendering the specified group. |
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also