Partager via


AppCaptureSettings.HistoricalBufferLength Propriété

Définition

Obtient ou définit la longueur de la mémoire tampon historique.

Notes

Cette API n’est pas disponible pour toutes les applications Windows. À moins que votre compte de développeur ne soit spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

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

Valeur de propriété

UInt32

unsigned int

uint32_t

Longueur de la mémoire tampon historique.

Configuration requise pour Windows

Fonctionnalités de l’application
appCaptureSettings

S’applique à

Voir aussi