VariablePhotoSequenceController.MaxPhotosPerSecond Property

Definition

Gets the maximum number of photos that can be taken per second in a variable photo sequence.

public:
 property float MaxPhotosPerSecond { float get(); };
float MaxPhotosPerSecond();
public float MaxPhotosPerSecond { get; }
var single = variablePhotoSequenceController.maxPhotosPerSecond;
Public ReadOnly Property MaxPhotosPerSecond As Single

Property Value

Single

float

The maximum number of photos that can be taken per second in a variable photo sequence.

Remarks

To set the frame rate of a variable photo sequence, use PhotosPerSecondLimit.

Applies to