This method pauses or resumes the preview

[Visual Basic] Public Function GetStreamFormats() As VideoStreamInformation
[C#] public VideoStreamInformation GetStreamFormats();

Return Value

an array of type VideoStreamInformation class.

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

Preview Members | Newtone.ImageKit.Wpf.WebCamera.Preview

 

The ImageKit WPF is created by Newtone Corporation