IBasicVideo2.SetDefaultSourcePosition

 
Microsoft DirectShow 9.0

IBasicVideo2.SetDefaultSourcePosition

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

The SetDefaultSourcePosition method reverts to the default source rectangle. After this method is called, the video renderer uses the entire video image, without cropping.

Syntax

  objVideo.SetDefaultSourcePosition() 

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also