Partage via


INDDownloadEngine.BufferFullMaxThresholdInSamples Propriété

Définition

Obtient le seuil maximal de l’exemple de mémoire tampon.

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

Valeur de propriété

UInt32

unsigned int

uint32_t

Nombre maximal d’exemples que le moteur de téléchargement utilise pour déterminer si l’exemple de mémoire tampon est plein.

Attributs

Remarques

Lorsque l’exemple de mémoire tampon contient plus d’exemples que ce seuil, le moteur de téléchargement est averti de suspendre.

S’applique à