AppCaptureSettings.HistoricalBufferLength Property

Definition

Gets or sets the historical buffer length.

Note

This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

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

Property Value

UInt32

unsigned int

uint32_t

The historical buffer length.

Windows requirements

App capabilities
appCaptureSettings

Applies to

See also