Microsoft DirectX 9.0

IResize::get_InputSize

The get_InputSize method returns the resizer filter's current input size.

Syntax

HRESULT get_InputSize(
    int *piHeight,
    int *piWidth
);

Parameters

piHeight

[out]  Pointer to a variable that receives the video height, in pixels.

piWidth

[out]  Pointer to a variable that receives the video width, in pixels.

Return Value

Returns an HRESULT value.

Remarks

If the filter's input pin is not connected, return an error code. Otherwise, return the width and height of the video, as specified by the input pin's media type.

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