Compartilhar via


INDDownloadEngine.BufferFullMaxThresholdInSamples Propriedade

Definição

Obtém o limite máximo do buffer de exemplo.

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 da propriedade

UInt32

unsigned int

uint32_t

O número máximo de amostras que o mecanismo de download usa para determinar se o buffer de exemplo está cheio.

Atributos

Comentários

Quando o buffer de exemplo contém mais amostras do que esse limite, o mecanismo de download é notificado para pausar.

Aplica-se a