KnownPerceptionColorFrameSourceProperties.AutoExposureEnabled Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Zeichenfolgenschlüssel ab, der zum Abrufen einer booleschen Eigenschaft verwendet wird, der angibt, ob die automatische Belichtung aktiviert ist.
public:
static property Platform::String ^ AutoExposureEnabled { Platform::String ^ get(); };
static winrt::hstring AutoExposureEnabled();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionColorFrameSourceProperties may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring AutoExposureEnabled();
public static string AutoExposureEnabled { get; }
public static string AutoExposureEnabled { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionColorFrameSourceProperties may be unavailable after Windows Creator Update. Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionColorFrameSourceProperties.autoExposureEnabled;
Public Shared ReadOnly Property AutoExposureEnabled As String
Eigenschaftswert
Gibt an, ob die automatische Belichtung aktiviert ist. Diese Eigenschaft ist ein boolescher Wert.
- Attribute