Share via


IResize Interface

 
Microsoft DirectShow 9.0

IResize Interface

The IResize interface must be supported by any custom video resizer filter for DirectShow Editing Services (DES). To set a custom resizer filter, call the IRenderEngine2::SetResizerGUID method on the render engine.

In addition to the methods inherited from IUnknown, the IResize interface exposes the following methods.

Method Description
get_InputSize Returns the resizer filter's current input size.
get_MediaType Returns the resizer filter's output media type.
get_Size Returns the current output size and stretch mode.
put_MediaType Sets the output media type.
put_Size Sets the output size and stretch mode.

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