Microsoft DirectX 9.0 |
The put_IPDisplay method sets the decoding resolution.
Syntax
HRESULT put_IPDisplay(
int displayPix
);
Parameters
displayPix
[in] Member of the DVDECODERRESOLUTION enumerated type, specifying the decoding resolution. The meaning of this value depends on whether the current format is NTSC or PAL. The filter determines at run time which format applies, based on the media type.
Return Value
Returns S_OK if successful; otherwise, returns E_FAIL or another error code.
Remarks
This method will fail if the filter is already streaming media data.
See Also