SmoothStreamingMediaElement.BufferingProgress Property

Gets or sets the buffering progress. (This property is available only for Windows Phone clients, not for Silverlight.)

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property BufferingProgress As Double
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

value = instance.BufferingProgress
public double BufferingProgress { get; }
public:
property double BufferingProgress {
    double get ();
}
member BufferingProgress : float
function get BufferingProgress () : double

Property Value

Type: System.Double
A value that indicates the buffering progress as a percentage.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace