KnownPerceptionColorFrameSourceProperties.Exposure プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カメラの現在の露出時間を示す TimeSpan プロパティを取得するために使用される文字列キーを取得します。
public:
static property Platform::String ^ Exposure { Platform::String ^ get(); };
static winrt::hstring Exposure();
/// [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 Exposure();
public static string Exposure { get; }
public static string Exposure { [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.exposure;
Public Shared ReadOnly Property Exposure As String
プロパティ値
カメラの現在の露出時間。 このプロパティは TimeSpan 値です。
- 属性