ManifestInfo.ChunkListChanged Event

Event activated when the fragment info of a new text/binary chunk in a live scenario is added to the manifest. This event will fire on the UI thread.

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

Syntax

'Declaration

Public Event ChunkListChanged As EventHandler(Of StreamUpdatedEventArgs)
'Usage

Dim instance As ManifestInfo
Dim handler As EventHandler(Of StreamUpdatedEventArgs)

AddHandler instance.ChunkListChanged, handler
public event EventHandler<StreamUpdatedEventArgs> ChunkListChanged
public:
 event EventHandler<StreamUpdatedEventArgs^>^ ChunkListChanged {
    void add (EventHandler<StreamUpdatedEventArgs^>^ value);
    void remove (EventHandler<StreamUpdatedEventArgs^>^ value);
}
member ChunkListChanged : <EventHandler<StreamUpdatedEventArgs>,
    StreamUpdatedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ManifestInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace