SmoothStreamingMediaElement.CanSeek Property

Gets or sets whether the position in the stream can be reset.

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

Syntax

'Declaration

Public Property CanSeek As Boolean
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Boolean

value = instance.CanSeek

instance.CanSeek = value
public bool CanSeek { get; set; }
public:
property bool CanSeek {
    bool get ();
    void set (bool value);
}
member CanSeek : bool with get, set
function get CanSeek () : boolean
function set CanSeek (value : boolean)

Property Value

Type: System.Boolean
true if the media element can seek to a new position in the stream; 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