Share via


SmoothStreamingMediaElement.SmoothStreamingSourceProperty Field

Represents a dependency property that specifies the SmoothStreamingSource property.

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

Syntax

'Declaration

Public Shared ReadOnly SmoothStreamingSourceProperty As DependencyProperty
'Usage

Dim value As DependencyProperty

value = SmoothStreamingMediaElement.SmoothStreamingSourceProperty
public static readonly DependencyProperty SmoothStreamingSourceProperty
public:
static initonly DependencyProperty^ SmoothStreamingSourceProperty
static val SmoothStreamingSourceProperty: DependencyProperty
public static final var SmoothStreamingSourceProperty : DependencyProperty

Remarks

Use this member to assign a Smooth Streaming source. For other media data that is not in Smooth Streaming format, use the StreamingMediaElement.Source class.

Note

Do not set SmoothStreamingSource to a URI that contains a query, such as http://domain/MultiAudio.ism/Manifest?foo=axjrjrn1.

If a query is set and the config.xml file includes ResponseCacheEnabled="true" instead of ResponseCacheEnabled="false", the entire URI (including the query) could be persisted in ResponseCache.

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