SegmentInfo.SelectStreamsAsync Method (IList<StreamInfo>)

Initializes a new instance of the SegmentInfo class.

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

Syntax

'Declaration

Public Sub SelectStreamsAsync ( _
    selectedStreams As IList(Of StreamInfo) _
)
'Usage

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

instance.SelectStreamsAsync(selectedStreams)
public void SelectStreamsAsync(
    IList<StreamInfo> selectedStreams
)
public:
void SelectStreamsAsync(
    IList<StreamInfo^>^ selectedStreams
)
member SelectStreamsAsync : 
        selectedStreams:IList<StreamInfo> -> unit 
public function SelectStreamsAsync(
    selectedStreams : IList<StreamInfo>
)

Parameters

Remarks

Calling this method to change streams on a smooth streaming presentation with multiple video streams at the <StreamIndex> level will throw a .

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

SelectStreamsAsync Overload

Microsoft.Web.Media.SmoothStreaming Namespace