This method pauses or resumes the recording

[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 recording that was started with the Start method. When a recording is paused, executing this method again will resume the recording.

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