SmoothStreamingMediaElement.StartSeekToLive Method

Starts a seek to a live media stream.

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

Syntax

'Declaration

Public Function StartSeekToLive As Boolean
'Usage

Dim instance As SmoothStreamingMediaElement
Dim returnValue As Boolean

returnValue = instance.StartSeekToLive()
public bool StartSeekToLive()
public:
bool StartSeekToLive()
member StartSeekToLive : unit -> bool 
public function StartSeekToLive() : boolean

Return Value

Type: System.Boolean
true if the seek operation succeeded; 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