CacheResponse2.UsedTrack Property

Gets or sets the track the cache plug-in uses for downloading a media chunk.

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

Syntax

'Declaration

Public Property UsedTrack As TrackInfo
    Get
    Set
'Usage

Dim instance As CacheResponse2
Dim value As TrackInfo

value = instance.UsedTrack

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

Property Value

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

Remarks

The UsedTrack property must be set if the cache plug-in uses a different bitrate than the bitrate requested by the media element.

Version Information

Silverlight

Supported in: 5

See Also

Reference

CacheResponse2 Class

Microsoft.Web.Media.SmoothStreaming Namespace