This method pauses or resumes the video capture (recording).

[Visual Basic] Public Function Pause() As Boolean
[C#] public bool Pause();

Return Value

Returns True if successful, otherwise returns False

Explanation

The Pause method pauses the preview that was started with the Start method. When a preview is paused, executing this method again will resume the preview.

If successful, the State property will be changed. If unsuccessful, then "Step" or "ETC" will be set in the ErrorStatus property.

See Also

Record Members | Newtone.ImageKit.Wpf.WebCamera.Record

 

The ImageKit WPF is created by Newtone Corporation