MediaPlayer.DownloadProgress プロパティ

定義

リモート サーバーにあるコンテンツのダウンロードの進行状況の割合を取得します。

public:
 property double DownloadProgress { double get(); };
public double DownloadProgress { get; }
member this.DownloadProgress : double
Public ReadOnly Property DownloadProgress As Double

プロパティ値

0 ~ 1 の値で表されるリモート サーバーにあるコンテンツのダウンロードの進行状況の割合。 既定値は 0 です。

適用対象