다음을 통해 공유


INDDownloadEngine.BufferFullMaxThresholdInSamples 속성

정의

샘플 버퍼의 최대 임계값을 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

다운로드 엔진이 샘플 버퍼가 가득 찼는지 여부를 확인하는 데 사용하는 최대 샘플 수입니다.

특성

설명

샘플 버퍼에 이 임계값보다 많은 샘플이 포함되어 있으면 다운로드 엔진에 일시 중지하라는 알림이 표시됩니다.

적용 대상