FrameExposureCapabilities.Min 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 minimum exposure time supported by the capture device.
public:
property TimeSpan Min { TimeSpan get(); };
TimeSpan Min();
public System.TimeSpan Min { get; }
var timeSpan = frameExposureCapabilities.min;
Public ReadOnly Property Min As TimeSpan
Property Value
Gets the minimum exposure time supported by the capture device.