TrackChangedEventArgs Class

Arguments for an event that occurs when a media track changes.

Inheritance Hierarchy

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

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

Syntax

'Declaration

Public Class TrackChangedEventArgs _
    Inherits EventArgs
'Usage

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

The TrackChangedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Windows Phone HighestPlayableTrack Gets or sets the highest available track for this stream.
Public propertySupported by Windows Phone NewTrack Gets or sets a new TrackInfo object.
Public propertySupported by Windows Phone StreamType Gets or sets the StreamType property.
Public propertySupported by Windows Phone Timestamp Gets or sets the Timestamp property.

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