ClipInformation.SmoothStreamingCache Property
Gets or sets the Smooth Streaming cache.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property SmoothStreamingCache As ISmoothStreamingCache
Get
Private Set
'Usage
Dim instance As ClipInformation
Dim value As ISmoothStreamingCache
value = instance.SmoothStreamingCache
public ISmoothStreamingCache SmoothStreamingCache { get; private set; }
public:
property ISmoothStreamingCache^ SmoothStreamingCache {
ISmoothStreamingCache^ get ();
private: void set (ISmoothStreamingCache^ value);
}
member SmoothStreamingCache : ISmoothStreamingCache with get, private set
function get SmoothStreamingCache () : ISmoothStreamingCache
private function set SmoothStreamingCache (value : ISmoothStreamingCache)
Property Value
Type: Microsoft.Web.Media.SmoothStreaming.ISmoothStreamingCache
An ISmoothStreamingCache object.
Remarks
Allows the caller to specify a separate cache to use when playing this clip. This can enable offline ad scenarios. Note that setting this property implicitly sets UseSmoothStreamingCache to true.
Version Information
Silverlight
Supported in: 5