IManifestStream.ChildStreams Property
Applies to: Windows Store apps only
Gets the child (sparse) streams of this stream.
Syntax
IVectorView<IManifestStream> ChildStreams { get; }
property IVectorView<IManifestStream^>^ ChildStreams {
IVectorView<IManifestStream^>^ get ();
}
function get ChildStreams () : IVectorView<IManifestStream>
Property Value
Type: IVectorView(IManifestStream)
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Not Supported |
Metadata |
Microsoft.Media.AdaptiveStreaming.winmd |