Click or drag to resize

CaptureState Enumeration

Specifies the states of a capture.

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