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