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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).