Freigeben über


INDDownloadEngine.BufferFullMinThresholdInSamples Eigenschaft

Definition

Ruft die Mindestanzahl von Beispielen ab, die ein Beispielpuffer enthalten kann, bevor der Download eines Downloadmoduls fortgesetzt wird.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Die Mindestanzahl von Beispielen, die die Download-Engine verwendet, um zu bestimmen, ob der Download fortgesetzt werden soll.

Attribute

Hinweise

Wenn der Puffer eine Reihe von Beispielen enthält, die kleiner sind, wird die Download-Engine benachrichtigt, um den Download fortzusetzen.

Gilt für: