Condividi tramite


INDDownloadEngine.BufferFullMaxThresholdInSamples Proprietà

Definizione

Ottiene la soglia massima del buffer di esempio.

public:
 property unsigned int BufferFullMaxThresholdInSamples { unsigned int get(); };
uint32_t BufferFullMaxThresholdInSamples();
/// [get: Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
uint32_t BufferFullMaxThresholdInSamples();
public uint BufferFullMaxThresholdInSamples { get; }
public uint BufferFullMaxThresholdInSamples { [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = iNDDownloadEngine.bufferFullMaxThresholdInSamples;
Public ReadOnly Property BufferFullMaxThresholdInSamples As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero massimo di campioni usati dal motore di download per determinare se il buffer di esempio è pieno.

Attributi

Commenti

Quando il buffer di esempio contiene più campioni di questa soglia, il motore di download riceve una notifica per la sospensione.

Si applica a