Partage via


INDDownloadEngine.BufferFullMinThresholdInSamples Propriété

Définition

Obtient le nombre minimal d’exemples qu’un exemple de mémoire tampon peut contenir avant la reprise du téléchargement d’un moteur de téléchargement.

public:
 property unsigned int BufferFullMinThresholdInSamples { unsigned int get(); };
uint32_t BufferFullMinThresholdInSamples();
/// [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 BufferFullMinThresholdInSamples();
public uint BufferFullMinThresholdInSamples { get; }
public uint BufferFullMinThresholdInSamples { [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.bufferFullMinThresholdInSamples;
Public ReadOnly Property BufferFullMinThresholdInSamples As UInteger

Valeur de propriété

UInt32

unsigned int

uint32_t

Nombre minimal d’exemples que le moteur de téléchargement utilise pour déterminer s’il faut reprendre le téléchargement.

Attributs

Remarques

Lorsque la mémoire tampon contient un certain nombre d’exemples plus petits que celui-ci, le moteur de téléchargement est averti de la reprise du téléchargement.

S’applique à