LowLagPhotoSequenceControl.PastPhotoLimit Property

Definition

Gets or sets a value that specifies the number of past photos to store.

public:
 property unsigned int PastPhotoLimit { unsigned int get(); void set(unsigned int value); };
uint32_t PastPhotoLimit();

void PastPhotoLimit(uint32_t value);
public uint PastPhotoLimit { get; set; }
var uInt32 = lowLagPhotoSequenceControl.pastPhotoLimit;
lowLagPhotoSequenceControl.pastPhotoLimit = uInt32;
Public Property PastPhotoLimit As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of past photos to store. To determine the maximum number of past photos that can be stored, check the MaxPastPhotos property.

Remarks

To determine the maximum number of past photos that can be stored, check the MaxPastPhotos property.

The actual number of past photos cannot be more than MaxPastPhotos, which is the maximum number of past photos that is supported by the driver. The number of past photos returned will be the smaller of the following values: PastPhotoLimit, MaxPastPhotos, or the current number of available past photos.

Applies to