INDDownloadEngine.BufferFullMinThresholdInSamples 속성

정의

다운로드 엔진 다운로드를 다시 시작하기 전에 샘플 버퍼가 보유할 수 있는 최소 샘플 수를 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

다운로드 엔진이 다운로드를 다시 시작할지 여부를 결정하는 데 사용하는 최소 샘플 수입니다.

특성

설명

버퍼에 이보다 작은 샘플 수가 있으면 다운로드 엔진에 다운로드를 다시 시작하라는 알림이 표시됩니다.

적용 대상