SegmentInfo.AvailableStreams Property

Gets the available StreamInfo objects that is contained by a SegmentInfo object.

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

Syntax

'Declaration

Public ReadOnly Property AvailableStreams As IList(Of StreamInfo)
    Get
'Usage

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

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

Property Value

Type: System.Collections.Generic.IList<StreamInfo>
A generic IList of type StreamInfo.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SegmentInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace