TrackInfo.ParentStream Property

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

Gets or sets the ParentStream property.

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 TrackInfo
Dim value As StreamInfo

value = instance.ParentStream
public StreamInfo ParentStream { get; internal set; }
public:
property StreamInfo^ ParentStream {
    StreamInfo^ get ();
    internal: void set (StreamInfo^ value);
}
function get ParentStream () : StreamInfo
internal function set ParentStream (value : StreamInfo)

Property Value

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

Permissions

See Also

Reference

TrackInfo Class

TrackInfo Members

Microsoft.Web.Media.SmoothStreaming Namespace