IsoSpeedPreset Enumeration

Definition

Definiert die möglichen Werte für ISO-Geschwindigkeitsvoreinstellungen.

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
Vererbung
IsoSpeedPreset
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Auto 0

Die Filmgeschwindigkeit wird automatisch eingestellt.

Iso100 3

Die Filmdrehzahl ist auf 100 ISO eingestellt.

Iso12800 10

Die Filmgeschwindigkeit ist auf 12800 ISO festgelegt.

Iso1600 7

Die Filmdrehzahl ist auf 1600 ISO festgelegt.

Iso200 4

Die Filmdrehzahl ist auf 200 ISO festgelegt.

Iso25600 11

Die Filmdrehzahl ist auf 25600 ISO festgelegt.

Iso3200 8

Die Filmdrehzahl ist auf 3200 ISO festgelegt.

Iso400 5

Die Filmdrehzahl ist auf 400 ISO festgelegt.

Iso50 1

Die Filmdrehzahl ist auf 50 ISO festgelegt.

Iso6400 9

Die Filmdrehzahl ist auf 6400 ISO festgelegt.

Iso80 2

Die Filmdrehzahl ist auf 80 ISO festgelegt.

Iso800 6

Die Filmdrehzahl ist auf 800 ISO festgelegt.

Gilt für: