Compartir a través de


AppCaptureSettings.HistoricalBufferLength Propiedad

Definición

Obtiene o establece la longitud del búfer histórico.

Nota:

Esta API no está disponible para todas las aplicaciones de Windows. A menos que Microsoft aprovisione especialmente la cuenta de desarrollador, se producirá un error en las llamadas a estas API en tiempo de ejecución.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Longitud del búfer histórico.

Requisitos de Windows

Características de aplicaciones
appCaptureSettings

Se aplica a

Consulte también