AppCaptureSettings.HistoricalBufferLength 속성

정의

기록 버퍼 길이를 가져오거나 설정합니다.

참고

이 API는 모든 Windows 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

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

void HistoricalBufferLength(uint32_t value);
public uint HistoricalBufferLength { get; set; }
var uInt32 = appCaptureSettings.historicalBufferLength;
appCaptureSettings.historicalBufferLength = uInt32;
Public Property HistoricalBufferLength As UInteger

속성 값

UInt32

unsigned int

uint32_t

기록 버퍼 길이입니다.

Windows 요구 사항

앱 기능
appCaptureSettings

적용 대상

추가 정보