IsoSpeedPreset 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 possible values for ISO speed presets.
public enum class IsoSpeedPreset
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsoSpeedPreset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
enum class IsoSpeedPreset
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsoSpeedPreset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
enum class IsoSpeedPreset
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsoSpeedPreset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public enum IsoSpeedPreset
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsoSpeedPreset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public enum IsoSpeedPreset
var value = Windows.Media.Devices.IsoSpeedPreset.auto
Public Enum IsoSpeedPreset
- Inheritance
-
IsoSpeedPreset
- 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 film speed is automatically set. |
Iso50 | 1 | The film speed is set to 50 ISO. |
Iso80 | 2 | The film speed is set to 80 ISO. |
Iso100 | 3 | The film speed is set to 100 ISO. |
Iso200 | 4 | The film speed is set to 200 ISO. |
Iso400 | 5 | The film speed is set to 400 ISO. |
Iso800 | 6 | The film speed is set to 800 ISO. |
Iso1600 | 7 | The film speed is set to 1600 ISO. |
Iso3200 | 8 | The film speed is set to 3200 ISO. |
Iso6400 | 9 | The film speed is set to 6400 ISO. |
Iso12800 | 10 | The film speed is set to 12800 ISO. |
Iso25600 | 11 | The film speed is set to 25600 ISO. |