Share via


ClipInformation.IsSmoothStreamingSource Property

Gets or sets a Boolean value that indicates whether the media clip is in Smooth Streaming format.

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

Syntax

'Declaration

Public Property IsSmoothStreamingSource As Boolean
    Get
    Private Set
'Usage

Dim instance As ClipInformation
Dim value As Boolean

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

Property Value

Type: System.Boolean
A Boolean value, true if the media clip is in Smooth Streaming format, otherwise false.

Remarks

For a complete example that uses the IsSmoothStreamingSource property, see Scheduling Media Clips.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipInformation Class

Microsoft.Web.Media.SmoothStreaming Namespace