KnownPerceptionInfraredFrameSourceProperties.Exposure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string key used to retrieve a TimeSpan property indicating the current exposure duration of the camera.
public:
static property Platform::String ^ Exposure { Platform::String ^ get(); };
static winrt::hstring Exposure();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionInfraredFrameSourceProperties.Exposure may be unavailable after Windows Creator Update. Use Windows.Media.Devices.ExposureControl instead.", 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("KnownPerceptionInfraredFrameSourceProperties.Exposure may be unavailable after Windows Creator Update. Use Windows.Media.Devices.ExposureControl instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionInfraredFrameSourceProperties.exposure;
Public Shared ReadOnly Property Exposure As String
Property Value
The current exposure duration of the camera. This property is a TimeSpan value.
- Attributes