HMCameraStreamState Enum

Definition

Enumerates the states of an HMCameraStream.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCameraStreamState
type HMCameraStreamState = 
Inheritance
HMCameraStreamState
Attributes

Fields

NotStreaming 4

The camera is not streaming video.

Starting 1

The camera is attempting to start streaming.

Stopping 3

The camera is shutting down the video stream.

Streaming 2

The camera is streaming video.

Applies to