SmoothStreamingMediaElement.LivePlaybackStartPosition Property

Gets or sets the starting position to use during live playback.

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

Syntax

'Declaration

Public Property LivePlaybackStartPosition As PlaybackStartPosition
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As PlaybackStartPosition

value = instance.LivePlaybackStartPosition

instance.LivePlaybackStartPosition = value
public PlaybackStartPosition LivePlaybackStartPosition { get; set; }
public:
property PlaybackStartPosition LivePlaybackStartPosition {
    PlaybackStartPosition get ();
    void set (PlaybackStartPosition value);
}
member LivePlaybackStartPosition : PlaybackStartPosition with get, set
function get LivePlaybackStartPosition () : PlaybackStartPosition
function set LivePlaybackStartPosition (value : PlaybackStartPosition)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.PlaybackStartPosition
The position as specified by a member of the PlaybackStartPosition enumeration.

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