Share via


SmoothStreamingMediaElement.VideoDownloadTrack Property

Gets the video download track.

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

Syntax

'Declaration

Public ReadOnly Property VideoDownloadTrack As TrackInfo
    Get
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As TrackInfo

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

Property Value

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