IResize::get_InputSize method
Note
[Deprecated. This API may be removed from future releases of Windows.]
The get_InputSize
method returns the resizer filter's current input size.
Syntax
HRESULT get_InputSize(
[out] int *piHeight,
[out] int *piWidth
);
Parameters
-
piHeight [out]
-
Receives the video height, in pixels.
-
piWidth [out]
-
Receives the video width, in pixels.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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.
Note
The header file Qedit.h is not compatible with Direct3D headers later than version 7.
Note
To obtain Qedit.h, download the Microsoft Windows SDK Update for Windows Vista and .NET Framework 3.0. Qedit.h is not available in the Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 Service Pack 1.
Requirements
Version |
DirectX 9.0 or later |
Header |
|
Library |
|
See also