StreamInfo.AvailableTracks Property

Gets the AvailableTracks property.

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

Syntax

'Declaration

Public ReadOnly Property AvailableTracks As IList(Of TrackInfo)
    Get
'Usage

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

value = instance.AvailableTracks
public IList<TrackInfo> AvailableTracks { get; }
public:
property IList<TrackInfo^>^ AvailableTracks {
    IList<TrackInfo^>^ get ();
}
member AvailableTracks : IList<TrackInfo>
function get AvailableTracks () : IList<TrackInfo>

Property Value

Type: System.Collections.Generic.IList<TrackInfo>
A generic list of TrackInfo objects.

Remarks

For more information and an example that parses StreamInfo objects, see Timeline Markers and Events under the heading "Extract Timeline Events and Assign Markers."

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

StreamInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace