MediaElement.IsBuffering プロパティ

定義

メディアがバッファリングされているかどうかを示す値を取得します。

public:
 property bool IsBuffering { bool get(); };
public bool IsBuffering { get; }
member this.IsBuffering : bool
Public ReadOnly Property IsBuffering As Boolean

プロパティ値

true メディアがバッファリングしている場合。それ以外の場合は false

適用対象