MediaElement.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.
public:
property double BufferingProgress { double get(); };
double BufferingProgress();
public double BufferingProgress { get; }
var double = mediaElement.bufferingProgress;
Public ReadOnly Property BufferingProgress As Double
Property Value
Double
double
The amount of buffering that is completed for media content. The value ranges from 0 to 1. Multiply by 100 to obtain a percentage.