AdvancedPhotoMode 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.
Defines the advanced photo capture modes.
public enum class AdvancedPhotoMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AdvancedPhotoMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AdvancedPhotoMode
var value = Windows.Media.Devices.AdvancedPhotoMode.auto
Public Enum AdvancedPhotoMode
- Inheritance
-
AdvancedPhotoMode
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The system dynamically determines the advanced photo capture mode. |
Standard | 1 | Standard capture mode. |
Hdr | 2 | High Dynamic Range (HDR) capture mode. |
LowLight | 3 | Low light capture mode. |
Remarks
Note
Using the camera flash during advanced photo capture is not supported.
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | LowLight |