StreamUpdatedEventArgs Class

Arguments for the Microsoft.Web.Media.SmoothStreaming.ManifestInfo.StreamSelected, Microsoft.Web.Media.SmoothStreaming.ManifestInfo.ChunkAdded and Microsoft.Web.Media.SmoothStreaming.StreamUpdatedEventArgs.StreamUpdatedAction.TracksSelected events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Web.Media.SmoothStreaming.StreamUpdatedEventArgs

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

Syntax

'Declaration

Public Class StreamUpdatedEventArgs _
    Inherits EventArgs
'Usage

Dim instance As StreamUpdatedEventArgs
public class StreamUpdatedEventArgs : EventArgs
public ref class StreamUpdatedEventArgs : public EventArgs
type StreamUpdatedEventArgs =  
    class
        inherit EventArgs
    end
public class StreamUpdatedEventArgs extends EventArgs

The StreamUpdatedEventArgs type exposes the following members.

Constructors

  Name Description
Public methodSupported by Windows Phone StreamUpdatedEventArgs Initializes a new instance of the StreamUpdatedEventArgs class.

Top

Properties

  Name Description
Public propertySupported by Windows Phone Action Gets or sets StreamUpdatedEventArgs.StreamUpdatedAction.
Public propertySupported by Windows Phone Stream The stream that has been updated.
Public propertySupported by Windows Phone Timestamp Optional timestamp for the Microsoft.Web.Media.SmoothStreaming.ManifestInfo.StreamSelected, Microsoft.Web.Media.SmoothStreaming.ManifestInfo.ChunkAdded and Microsoft.Web.Media.SmoothStreaming.StreamUpdatedEventArgs.StreamUpdatedAction.TracksSelected actions.

Top

Methods

  Name Description
Public methodSupported by Windows Phone Equals (Inherited from Object.)
Protected methodSupported by Windows Phone Finalize (Inherited from Object.)
Public methodSupported by Windows Phone GetHashCode (Inherited from Object.)
Public methodSupported by Windows Phone GetType (Inherited from Object.)
Protected methodSupported by Windows Phone MemberwiseClone (Inherited from Object.)
Public methodSupported by Windows Phone ToString (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace