Share via


CacheRequest2.SelectableTracks Property

Gets a list of suggested tracks for the cache plug-in to choose for downloading.

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

Syntax

'Declaration

Public Property SelectableTracks As IList(Of TrackInfo)
    Get
    Private Set
'Usage

Dim instance As CacheRequest2
Dim value As IList(Of TrackInfo)

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

Property Value

Type: System.Collections.Generic.IList<TrackInfo>
An IList<T> object that represents the list of tracks.

Version Information

Silverlight

Supported in: 5

See Also

Reference

CacheRequest2 Class

Microsoft.Web.Media.SmoothStreaming Namespace