INDDownloadEngine.BufferFullMaxThresholdInSamples Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to