StreamInfo.ParentStream Property

Gets or sets the parent stream in the case of a sparse stream. Otherwise this is null.

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

Syntax

'Declaration

Public Property ParentStream As StreamInfo
    Get
    Friend Set
'Usage

Dim instance As StreamInfo
Dim value As StreamInfo

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

StreamInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace