MediaElement.IsBuffering 属性

定义

获取一个值,该值指示媒体是否正在缓冲。

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

属性值

如果媒体正在缓冲,则为 true;否则为 false

适用于