SmoothStreamingMediaElement.ManifestMerge Event
Occurs when the main manifest has been parsed.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Event ManifestMerge As SmoothStreamingMediaElement.ManifestMergeHandler
'Usage
Dim instance As SmoothStreamingMediaElement
Dim handler As SmoothStreamingMediaElement.ManifestMergeHandler
AddHandler instance.ManifestMerge, handler
public event SmoothStreamingMediaElement.ManifestMergeHandler ManifestMerge
public:
event SmoothStreamingMediaElement.ManifestMergeHandler^ ManifestMerge {
void add (SmoothStreamingMediaElement.ManifestMergeHandler^ value);
void remove (SmoothStreamingMediaElement.ManifestMergeHandler^ value);
}
member ManifestMerge : <SmoothStreamingMediaElement.ManifestMergeHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
Remarks
This event provides the option to merge external manifests with the main manifest.
If errors occur during this event, it throws an exception that will be caught and reported by the SmoothStreamingErrorOccurred event, which will stop playback. For more information, see Manifest Merge.
Version Information
Silverlight
Supported in: 5