SmoothStreamingMediaElement.VideoPlaybackTrack Property

Gets the video playback track.

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

Syntax

'Declaration

Public ReadOnly Property VideoPlaybackTrack As TrackInfo
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As TrackInfo

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

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.TrackInfo
The video playback 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