#include "ltwrappr.h"
virtual L_INT LWia::EndVideoPreview()
Shuts the streaming video down.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
LWia:EndVideoPreview 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.
Required DLLs and Libraries
For an example, refer to LWia::IsVideoPreviewAvailable.