SmoothStreamingMediaElement.SmoothStreamingSource Property

Gets or sets the URI of the Smooth Streaming source.

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

Syntax

'Declaration

Public Property SmoothStreamingSource As Uri
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Uri

value = instance.SmoothStreamingSource

instance.SmoothStreamingSource = value
public Uri SmoothStreamingSource { get; set; }
public:
property Uri^ SmoothStreamingSource {
    Uri^ get ();
    void set (Uri^ value);
}
member SmoothStreamingSource : Uri with get, set
function get SmoothStreamingSource () : Uri
function set SmoothStreamingSource (value : Uri)

Property Value

Type: System.Uri
The URI of the Smooth Streaming source.

Remarks

When you call SetSource(Stream) or assign the SmoothStreamingSource or Source properties, Source is reset to SmoothStreamingSource. However, SmoothStreamingSource is not cleared when reset to a progressive-downloading source.

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