Share via


SegmentInfo.SelectedStreams Property

Gets the selected StreamInfo objects.

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

Syntax

'Declaration

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

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

value = instance.SelectedStreams
public IList<StreamInfo> SelectedStreams { get; }
public:
property IList<StreamInfo^>^ SelectedStreams {
    IList<StreamInfo^>^ get ();
}
member SelectedStreams : IList<StreamInfo>
function get SelectedStreams () : 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