INDDownloadEngine.BufferFullMaxThresholdInSamples 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 maximum threshold of the sample buffer.
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
Property Value
The maximum number of samples that the download engine uses to determine whether the sample buffer is full.
- Attributes
Remarks
When the sample buffer contains more samples than this threshold, the download engine is notified to pause.