IDecimateVideoImage::ResetDecimationImageSize
Microsoft DirectShow 9.0 |
IDecimateVideoImage::ResetDecimationImageSize
The ResetDecimationImageSize method specifies that the decoder should no longer decimate its output image.
Syntax
HRESULT ResetDecimationImageSize(void);
Parameters
This method takes no parameters.
Return Values
Returns an HRESULT value indicating the success or failure of the call.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also