Freigeben über


ExposureCompensationControl Klasse

Definition

Bietet Funktionen zum Ändern der Belichtungsebenen von aufgenommenen Fotos.

public ref class ExposureCompensationControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class ExposureCompensationControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class ExposureCompensationControl
Public NotInheritable Class ExposureCompensationControl
Vererbung
Object Platform::Object IInspectable ExposureCompensationControl
Attribute

Windows-Anforderungen

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

Hinweise

ExposureCompensationControl ermöglicht Apps das Ändern der Belichtungsebenen von aufgenommenen Fotos.

Sie können herausfinden, ob ein Gerät dieses Steuerelement unterstützt, indem Sie ExposureCompensationControl.Supported überprüfen.

Sie können über MediaCapture.VideoDeviceController auf exposureCompensationControl für das Erfassungsgerät zugreifen.

Anleitungen zur Verwendung von ExposureCompensationControl finden Sie unter Manuelle Kamerasteuerelemente für Foto- und Videoaufnahmen.

Eigenschaften

Max

Ruft die maximale Belichtungszeit ab.

Min

Ruft die minimale Belichtungszeit ab.

Step

Ruft den kleinsten Belichtungsausgleichs-Inkrement ab, der vom Erfassungsgerät unterstützt wird.

Supported

Ruft einen Wert ab, der angibt, ob das Erfassungsgerät das Steuerelement für die Belichtungskompensation unterstützt.

Value

Ruft die Belichtungskompensationsstufe ab.

Methoden

SetValueAsync(Single)

Legt die Belichtungskompensation asynchron fest.

Gilt für:

Weitere Informationen