#include "ltwrappr.h"
virtual L_INT LWia::EndVideoPreview()
Shuts down the streaming video.
| SUCCESS | The function was successful. | 
| < 1 | An error occurred. Refer to Return Codes. | 
This feature is available in LEADTOOLS version 16 or higher.
This function shuts down the streaming video. To start video preview again you need to call LWia::StartVideoPreview again.
Call this function only after a successful call to LWia::StartVideoPreview function.
Required DLLs and Libraries
| LTWIA For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
| Functions: | LWia::StartVideoPreview, LWia::ResizeVideoPreview, LWia::IsVideoPreviewAvailable, LWia::AcquireImageFromVideo, LWia::InitSession, LWia::EndSession, Class Members | 
| Topics: | |
| 
 | 
For an example, refer to LWia::IsVideoPreviewAvailable.