次の方法で共有


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 ミリ秒です。

適用対象