Share via


FrameExposureCapabilities.Max Property

Definition

Gets the maximum exposure time supported by the capture device.

public:
 property TimeSpan Max { TimeSpan get(); };
TimeSpan Max();
public System.TimeSpan Max { get; }
var timeSpan = frameExposureCapabilities.max;
Public ReadOnly Property Max As TimeSpan

Property Value

The maximum exposure time supported by the capture device.

Applies to