SmoothStreamingMediaElement.AvailableStreams Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the AvailableStreams property.

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 SmoothStreamingMediaElement
Dim value As IList(Of StreamInfo)

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

Property Value

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

Remarks

For more information, see Timeline Markers and Events (IIS Smooth Streaming).

Permissions

See Also

Reference

SmoothStreamingMediaElement Class

SmoothStreamingMediaElement Members

Microsoft.Web.Media.SmoothStreaming Namespace