SmoothStreamingMediaElement.ManifestMergeHandler Delegate

Delegate method to merge data from more than one manifest.

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

Syntax

'Declaration

Public Delegate Sub ManifestMergeHandler ( _
    ssme As SmoothStreamingMediaElement _
)
'Usage

Dim instance As New ManifestMergeHandler(AddressOf HandlerMethod)
public delegate void ManifestMergeHandler(
    SmoothStreamingMediaElement ssme
)
public delegate void ManifestMergeHandler(
    SmoothStreamingMediaElement^ ssme
)
type ManifestMergeHandler = 
    delegate of 
        ssme:SmoothStreamingMediaElement -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Version Information

Silverlight

Supported in: 5

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace