Specifies the states of a capture.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxPublic Enumeration CaptureState
public enum class CaptureState
MembersMember name | Value | Description |
---|
Recording | 0 |
Capturing is active.
|
Paused | 1 |
Capturing is paused.
|
Stopped | 2 |
Capturing is stopped.
|
See Also