INDDownloadEngine.BufferFullMinThresholdInSamples Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.