ISmoothStreamingCache.CloseMedia Method

Ends ISmoothStreamingCache operations for the specified media.

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

Syntax

'Declaration

Sub CloseMedia ( _
    manifestUri As Uri _
)
'Usage

Dim instance As ISmoothStreamingCache
Dim manifestUri As Uri

instance.CloseMedia(manifestUri)
void CloseMedia(
    Uri manifestUri
)
void CloseMedia(
    Uri^ manifestUri
)
abstract CloseMedia : 
        manifestUri:Uri -> unit 
function CloseMedia(
    manifestUri : Uri
)

Parameters

  • manifestUri
    Type: System.Uri
    The Uri of the media manifest.

Remarks

The CloseMedia method is called when the cache is no longer needed. Each OpenMedia(Uri) call is reference counted and should be paired with a CloseMedia.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ISmoothStreamingCache Interface

Microsoft.Web.Media.SmoothStreaming Namespace