ClipInformation.UseSmoothStreamingCache Property

Gets or sets a Boolean value that indicates whether to use the Smooth Streaming cache.

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

Syntax

'Declaration

Public Property UseSmoothStreamingCache As Boolean
    Get
    Private Set
'Usage

Dim instance As ClipInformation
Dim value As Boolean

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

Property Value

Type: System.Boolean
A Boolean value, true if Smooth Streaming cache is to be used, otherwise false.

Remarks

If this property is false (default), ignore SmoothStreamingCache and inherit the SmoothStreamingCache from the main SmoothStreamingMediaElement. If this property is true, use SmoothStreamingCache. This property can be set to true in two ways:

  1. Implicitly. It is set to true when SmoothStreamingCache is set, or

  2. Explicitly. It can be explicitly set to false at any time.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipInformation Class

Microsoft.Web.Media.SmoothStreaming Namespace