Viscomsoft .Net Video Capture SDK

Cleanup

 

UnInitialize the .Net Video Capture SDK and release the resource.

public void Cleanup()

 

No Parameter

Namespace: Viscomsoft.VideoCapture

No Return Value

Example

   

[c# Syntax] 
private void onFormClosed(object sender, FormClosedEventArgs e)
{
_capture.Cleanup();
}