Compartir a través de


INDDownloadEngine.BufferFullMaxThresholdInSamples Propiedad

Definición

Obtiene el umbral máximo del búfer de ejemplo.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

El número máximo de muestras que usa el motor de descarga para determinar si el búfer de ejemplo está lleno.

Atributos

Comentarios

Cuando el búfer de ejemplo contiene más ejemplos que este umbral, se notifica al motor de descarga que se pausa.

Se aplica a