SmoothStreamingMediaElement.LivePosition Property

Gets the position that is nearest to the live stream that a client can seek to.

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

Syntax

'Declaration

Public ReadOnly Property LivePosition As Double
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Double

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

Property Value

Type: System.Double
The position.

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