AdvancedPhotoMode Enum
Definition
Defines the advanced photo capture modes.
public enum class AdvancedPhotoMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum 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 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Auto | 0 | The system dynamically determines the advanced photo capture mode. |
Hdr | 2 | High Dynamic Range (HDR) capture mode. |
LowLight | 3 | Low light capture mode. |
Standard | 1 | Standard 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 |