CameraStreamState
CameraStreamState
CameraStreamState
CameraStreamState
Enum
Definition
Defines the state of a camera stream.
public : enum class CameraStreamStatepublic enum CameraStreamStatePublic Enum CameraStreamState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BlockedForPrivacy BlockedForPrivacy BlockedForPrivacy BlockedForPrivacy | Frames in the stream are being dropped for privacy reasons. |
| NotStreaming NotStreaming NotStreaming NotStreaming | The camera stream is not currently streaming. |
| Shutdown Shutdown Shutdown Shutdown | The camera stream has been shut down. |
| Streaming Streaming Streaming Streaming | The camera stream is currently streaming. |