Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the torch is on during video capture.
Syntax
public enum VideoTorchMode
Public Enum VideoTorchMode
public enum class VideoTorchMode
Members
The VideoTorchMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Off | 0 | Indicates that the torch is off during video capture. |
| Auto | 1 | Indicates that the torch will turn on automatically, if needed, during video capture. |
| On | 2 | Indicates that the torch is on during video capture. |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++] |
Metadata |
Windows.WinMD |
Attributes
[Deprecated()]
[Version(0x06020000)]
[WebHostHidden()]