IVideoWindow::GetMaxIdealImageSize (Compact 2013)

3/26/2014

This method retrieves the ideal maximum image size for the video image playback (client) area.

Syntax

HRESULT GetMaxIdealImageSize(
  long* pWidth,
  long* pHeight
);

Parameters

  • pWidth
    [out] Image width.
  • pHeight
    [out] Image height.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVideoWindow Interface