HMCameraStreamState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |