INDDownloadEngine.BufferFullMinThresholdInSamples 属性

定义

获取示例缓冲区在下载引擎恢复下载之前可以保存的最小样本数。

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

属性值

UInt32

unsigned int

uint32_t

下载引擎用于确定是否继续下载的最小样本数。

属性

注解

当缓冲区包含的样本数小于此大小时,下载引擎会收到通知,以便继续下载。

适用于