LowLagPhotoSequenceControl.PastPhotoLimit 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 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
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.