Share via


IIPDVDec::get_IPDisplay

 
Microsoft DirectShow 9.0

IIPDVDec::get_IPDisplay

The get_IPDisplay method retrieves the decoding resolution.

Syntax

  HRESULT get_IPDisplay(
  int *displayPix
);

Parameters

displayPix

Pointer to a variable that receives a member of the DVDECODERRESOLUTION enumerated type, specifying the decoding resolution.

Return Values

Returns S_OK.

Requirements

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

Library: Use Strmiids.lib.

See Also