BackgroundAudioPlayer.BufferingProgress Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The amount of buffering that is completed for the media content.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property BufferingProgress As Double
public double BufferingProgress { get; }

Property Value

Type: System..::.Double
Returns Double.

Remarks

The value ranges from 0 to 1. Multiply by 100 to obtain a percentage. The default value is 0.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

BackgroundAudioPlayer Class

Microsoft.Phone.BackgroundAudio Namespace