Compartir a través de


KnownPerceptionColorFrameSourceProperties.Exposure Propiedad

Definición

Obtiene una clave de cadena utilizada para recuperar una propiedad TimeSpan que indica la duración de exposición actual de la cámara.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Duración de la exposición actual de la cámara. Esta propiedad es un valor TimeSpan.

Atributos

Se aplica a