LowLagPhotoSequenceControl.PhotosPerSecondLimit 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 or sets the number of photos that are taken per second.
public:
property float PhotosPerSecondLimit { float get(); void set(float value); };
float PhotosPerSecondLimit();
void PhotosPerSecondLimit(float value);
public float PhotosPerSecondLimit { get; set; }
var single = lowLagPhotoSequenceControl.photosPerSecondLimit;
lowLagPhotoSequenceControl.photosPerSecondLimit = single;
Public Property PhotosPerSecondLimit As Single
Property Value
Single
float
The number of photos taken per second.
Remarks
To determine the maximum number photos per second supported by capture device, check the MaxPhotosPerSecond property.