Grabber::getDefaultWindowPosition Method

This method returns the current value of the grabber's default window position flag.
Syntax:
bool getDefaultWindowPosition();
Return value:

The value set by setDefaultWindowPosition().

If the return value is true, the grabber adjusts the live video display window to the width and height of the current video format. While this method returns true, it is not possible to change the grabber's video window size.

This method returns false, if the size of the window for the live video display is independent from the width and height of the current video format. In this mode, the size and position of the live video window may be set by calling Grabber::setDefaultWindowPosition.

See also: Grabber, Grabber::setDefaultWindowPosition, Grabber::getWindowPosition, Grabber::setWindowPosition

<< Grabber