TrackChangedEventArgs.HighestPlayableTrack Property

Gets or sets the highest available track for this stream.

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

Syntax

'Declaration

Public Property HighestPlayableTrack As TrackInfo
    Get
    Private Set
'Usage

Dim instance As TrackChangedEventArgs
Dim value As TrackInfo

value = instance.HighestPlayableTrack
public TrackInfo HighestPlayableTrack { get; private set; }
public:
property TrackInfo^ HighestPlayableTrack {
    TrackInfo^ get ();
    private: void set (TrackInfo^ value);
}
member HighestPlayableTrack : TrackInfo with get, private set
function get HighestPlayableTrack () : TrackInfo
private function set HighestPlayableTrack (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