CapturedFrameControlValues.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 the exposure time used for a frame in a variable photo sequence.
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)
Property Value
Gets the exposure time used for a frame in a variable photo sequence.