MediaPlaybackSession.BufferingProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the current buffering progress of a MediaPlaybackSession.
public:
property double BufferingProgress { double get(); };
double BufferingProgress();
public double BufferingProgress { get; }
var double = mediaPlaybackSession.bufferingProgress;
Public ReadOnly Property BufferingProgress As Double
Property Value
Double
double
The current buffering progress. The value ranges from 0 to 1.0. Multiply by 100 to obtain a percentage.