다음을 통해 공유


MediaStreamSourceSampleRequest.ReportSampleProgress(UInt32) 메서드

정의

애플리케이션이 요청된 MediaStreamSample을 일시적으로 제공할 수 없는 동안 MediaStreamSource에 대한 상태 업데이트를 제공합니다.

public:
 virtual void ReportSampleProgress(unsigned int progress) = ReportSampleProgress;
void ReportSampleProgress(uint32_t const& progress);
public void ReportSampleProgress(uint progress);
function reportSampleProgress(progress)
Public Sub ReportSampleProgress (progress As UInteger)

매개 변수

progress
UInt32

unsigned int

uint32_t

요청된 MediaStreamSample을 제공할 수 있는 진행률을 나타내는 0에서 100 사이의 값입니다.

설명

애플리케이션은 MediaStreamSample을 즉시 전달할 수 없는 경우 이 메서드를 호출해야 합니다. 이 메서드는 Sample 속성에 할당하여 수행됩니다. 애플리케이션은 요청된 MediaStreamSample을 제공할 수 있을 때까지 정기적으로 ReportSampleProgress를 계속 호출해야 합니다.

ReportSampleProgress의 각 호출 사이에 권장되는 간격은 500밀리초입니다.

적용 대상