TrackChangedEventArgs.NewTrack Property

Gets or sets a new TrackInfo object.

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

Syntax

'Declaration

Public Property NewTrack As TrackInfo
    Get
    Private Set
'Usage

Dim instance As TrackChangedEventArgs
Dim value As TrackInfo

value = instance.NewTrack
public TrackInfo NewTrack { get; private set; }
public:
property TrackInfo^ NewTrack {
    TrackInfo^ get ();
    private: void set (TrackInfo^ value);
}
member NewTrack : TrackInfo with get, private set
function get NewTrack () : TrackInfo
private function set NewTrack (value : TrackInfo)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.TrackInfo
A TrackInfo object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

TrackChangedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace