Share via


SmoothStreamingMediaElement.VideoHighestPlayableTrack Property

Gets the track that has the highest available bandwidth.

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

Syntax

'Declaration

Public ReadOnly Property VideoHighestPlayableTrack As TrackInfo
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As TrackInfo

value = instance.VideoHighestPlayableTrack
public TrackInfo VideoHighestPlayableTrack { get; }
public:
property TrackInfo^ VideoHighestPlayableTrack {
    TrackInfo^ get ();
}
member VideoHighestPlayableTrack : TrackInfo
function get VideoHighestPlayableTrack () : TrackInfo

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.TrackInfo
The track.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace