IWMResizerProps Interface

banner art

Sets properties on the video resizer DSP.

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

Method Description
GetFullCropRegion Retrieves the source and destination rectangles.
SetClipRegion Sets the source rectangle.
SetFullCropRegion Sets the source and destination rectangles.
SetInterlaceMode Specifies whether the input video stream is interlaced.
SetResizerQuality Specifies whether to use an algorithm that produces higher-quality video, or a faster algorithm.

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

See Also