IVideoWindow.GetMaxIdealImageSize

 
Microsoft DirectShow 9.0

IVideoWindow.GetMaxIdealImageSize

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The GetMaxIdealImageSize method retrieves the maximum ideal size for the video image.

Syntax

  objVideoWindow
  .GetMaxIdealImageSize(
    ByRef Width As Long, 
 ByRef Height As Long)

Parameters

Width

Variable that receives the maximum ideal width, in pixels.

Height

Variable that receives the maximum ideal height, in pixels.

Return Values

This method does not return a value.

Remarks

The maximum ideal size may differ from the native video size, because the video hardware might have specific stretching requirements.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also