SmoothStreamingMediaElement.TotalBytesDownloaded Property

Gets the total bytes downloaded.

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

Syntax

'Declaration

Public ReadOnly Property TotalBytesDownloaded As Long
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Long

value = instance.TotalBytesDownloaded
public long TotalBytesDownloaded { get; }
public:
property long long TotalBytesDownloaded {
    long long get ();
}
member TotalBytesDownloaded : int64
function get TotalBytesDownloaded () : long

Property Value

Type: System.Int64
The number of bytes downloaded.

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