Freigeben über


INDDownloadEngine.BufferFullMaxThresholdInSamples Eigenschaft

Definition

Ruft den maximalen Schwellenwert des Beispielpuffers ab.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Die maximale Anzahl von Beispielen, die die Download-Engine verwendet, um zu bestimmen, ob der Beispielpuffer voll ist.

Attribute

Hinweise

Wenn der Beispielpuffer mehr Beispiele als dieser Schwellenwert enthält, wird die Download-Engine benachrichtigt, um anzuhalten.

Gilt für: