Shuts the streaming video down.
#include "ltwrappr.h"
virtual L_INT LWia::EndVideoPreview()
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This feature is available in LEADTOOLS version 16 or higher.
LWia::EndVideoPreview shuts the streaming video down. To start video preview again, call LWia::StartVideoPreview again.
Call LWia::EndVideoPreview only after successfully calling LWia::StartVideoPreview.
For an example, refer to LWia::IsVideoPreviewAvailable.