Share via


IIPDVDec::put_IPDisplay

 
Microsoft DirectShow 9.0

IIPDVDec::put_IPDisplay

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 Values

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.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also