Click or drag to resize
CaptureState Enumeration
Specifies the states of a capture.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum CaptureState
Members
  Member nameValueDescription
Recording0 Capturing is active.
Paused1 Capturing is paused.
Stopped2 Capturing is stopped.
See Also