Share via


ExposureCompensationControl クラス

定義

キャプチャした写真の露出レベルを変更する機能を提供します。

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
継承
Object Platform::Object IInspectable ExposureCompensationControl
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

ExposureCompensationControl を使用すると、アプリでキャプチャされた写真の露出レベルを変更できます。

デバイスでこのコントロールがサポートされているかどうかを確認する場合は、 ExposureCompensationControl.Supported を確認します。

MediaCapture.VideoDeviceController を使用して、キャプチャ デバイスの ExposureCompensationControl にアクセスできます。

ExposureCompensationControl を使用する方法のガイダンスについては、「写真とビデオのキャプチャ用の手動カメラ コントロール」を参照してください。

プロパティ

Max

最大露出時間を取得します。

Min

露出の最小時間を取得します。

Step

キャプチャ デバイスでサポートされている最小の露出補正増分を取得します。

Supported

キャプチャ デバイスが露出補正コントロールをサポートしているかどうかを示す値を取得します。

Value

露出補正レベルを取得します。

メソッド

SetValueAsync(Single)

露出補正を非同期的に設定します。

適用対象

こちらもご覧ください