IBasicVideo2.SetDefaultDestinationPosition
Microsoft DirectShow 9.0 |
IBasicVideo2.SetDefaultDestinationPosition
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The SetDefaultDestinationPosition method reverts to the default destination rectangle. After this method is called, the video renderer uses the entire window for playback.
Syntax
objVideo.SetDefaultDestinationPosition()
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