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