StreamUpdatedEventArgs.Stream Property

The stream that has been updated.

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

Syntax

'Declaration

Public Property Stream As StreamInfo
    Get
    Private Set
'Usage

Dim instance As StreamUpdatedEventArgs
Dim value As StreamInfo

value = instance.Stream
public StreamInfo Stream { get; private set; }
public:
property StreamInfo^ Stream {
    StreamInfo^ get ();
    private: void set (StreamInfo^ value);
}
member Stream : StreamInfo with get, private set
function get Stream () : StreamInfo
private function set Stream (value : 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

StreamUpdatedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace