다음을 통해 공유


LowLagPhotoSequenceControl.PastPhotoLimit 속성

정의

저장할 과거 사진 수를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

UInt32

unsigned int

uint32_t

저장할 과거 사진의 수입니다. 저장할 수 있는 과거 사진의 최대 수를 확인하려면 MaxPastPhotos 속성을 검사.

설명

저장할 수 있는 과거 사진의 최대 수를 확인하려면 MaxPastPhotos 속성을 검사.

실제 과거 사진 수는 드라이버에서 지원하는 최대 과거 사진 수인 MaxPastPhotos를 초과할 수 없습니다. 반환된 과거 사진의 수는 PastPhotoLimit, MaxPastPhotos 또는 현재 사용 가능한 과거 사진 수 값 중 더 작습니다.

적용 대상