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

适用于

另请参阅