Partilhar via


INDDownloadEngine.BufferFullMinThresholdInSamples Propriedade

Definição

Obtém o número mínimo de exemplos que um buffer de exemplo pode conter antes que um mecanismo de download retome o download.

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

Valor da propriedade

UInt32

unsigned int

uint32_t

O número mínimo de exemplos que o mecanismo de download usa para determinar se o download deve ser retomado.

Atributos

Comentários

Quando o buffer contém vários exemplos menores do que isso, o mecanismo de download é notificado para retomar o download.

Aplica-se a