INDDownloadEngine.BufferFullMinThresholdInSamples Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.