INDDownloadEngine.BufferFullMinThresholdInSamples Property

Definition

Gets the minimum number of samples a sample buffer can hold before a download engine resumes downloading.

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

Property Value

UInt32

unsigned int

uint32_t

The minimum number of samples that the download engine uses to determine whether to resume downloading.

Attributes

Remarks

When the buffer holds a number of samples smaller than this, the download engine is notified to resume downloading.

Applies to