次の方法で共有


CapturedFrameControlValues.Exposure プロパティ

定義

可変の写真シーケンス内のフレームに使用される露出時間を取得します。

public:
 property IReference<TimeSpan> ^ Exposure { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> Exposure();
public System.Nullable<System.TimeSpan> Exposure { get; }
var iReference = capturedFrameControlValues.exposure;
Public ReadOnly Property Exposure As Nullable(Of TimeSpan)

プロパティ値

可変の写真シーケンス内のフレームに使用される露出時間を取得します。

適用対象