| Visual Basic (Declaration) | |
|---|---|
Public Sub EndVideoPreview() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void EndVideoPreview() | |
| C++/CLI | |
|---|---|
public: void EndVideoPreview(); | |
Refer to WiaSession.IsVideoPreviewAvailable.
This method shuts down the streaming video. To start video preview again, call the WiaSession.StartVideoPreview method again.
Call this function only after a successful call to WiaSession.StartVideoPreview method.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code