Share via


HMCameraStreamState Enum

Definition

Enumerates the states of an HMCameraStream.

[ObjCRuntime.Native]
public enum HMCameraStreamState
[<ObjCRuntime.Native>]
type HMCameraStreamState = 
Inheritance
HMCameraStreamState
Attributes

Fields

Name Value Description
Starting 1

The camera is attempting to start streaming.

Streaming 2

The camera is streaming video.

Stopping 3

The camera is shutting down the video stream.

NotStreaming 4

The camera is not streaming video.

Applies to