#include "ltwia.h"
L_LTWIA_API L_INT EXT_FUNCTION L_WiaResizeVideoPreview(hSession, bStretchToFitParent)
Resizes the video playback to the largest supported resolution that fits inside the parent window.
Handle to an existing WIA session. This handle is obtained by calling the L_WiaInitSession function.
Specifies whether the video display is stretched to fit the parent window. Possible values are:
Value | Meaning |
---|---|
TRUE | Stretch the video preview to fit the parent window. |
FALSE | Video is displayed in a supported resolution smaller than the parent window. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This feature is available in version 16 or higher.
This function will resize the video playback to the largest supported resolution that fits inside the parent window. Call this method whenever the parent window is moved or resized.
Required DLLs and Libraries
Platforms
Since WIA does not support video devices in Windows Server 2003, Windows Vista or later, then this function will only work with Windows XP or earlier operating systems.
For an example, refer to L_WiaIsVideoPreviewAvailable.