MediaStreamSourceSampleRequest.ReportSampleProgress(UInt32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션이 요청된 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밀리초입니다.