Share via


ChunkDownloadedEventArgs.Track Property

Gets the selected track for downloading the current chunk.

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

Syntax

'Declaration

Public Property Track As TrackInfo
    Get
    Private Set
'Usage

Dim instance As ChunkDownloadedEventArgs
Dim value As TrackInfo

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

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.TrackInfo
A TrackInfo object that represents the track.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ChunkDownloadedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace