Share via


SmoothStreamingMediaElement.IsLive Property

Gets or sets a value that indicates whether the current position is close to the live broadcast position.

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

Syntax

'Declaration

Public ReadOnly Property IsLive As Boolean
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Boolean

value = instance.IsLive
public bool IsLive { get; }
public:
property bool IsLive {
    bool get ();
}
member IsLive : bool
function get IsLive () : boolean

Property Value

Type: System.Boolean
true if the media stream is close to live; otherwise, false.

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