TrackInfo.Stream Property

Gets the stream for this track.

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

Syntax

'Declaration

Public ReadOnly Property Stream As StreamInfo
    Get
'Usage

Dim instance As TrackInfo
Dim value As StreamInfo

value = instance.Stream
public StreamInfo Stream { get; }
public:
property StreamInfo^ Stream {
    StreamInfo^ get ();
}
member Stream : StreamInfo
function get Stream () : StreamInfo

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.StreamInfo
A StreamInfo object.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

TrackInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace