Windows Media Services SDK banner art
PreviousNext

Streams.Item Property

Returns the Stream object as specified by the Index value.

Syntax

NSChannelMgr.Streams.Item( Index )

Example

NSChannelMgr.Connect "LocalHost"
Dim Streams
Set Streams = NSChannelMgr.Streams
MsgBox (Streams.Item(0).Title)

See Also

Streams Collection Object, Stream Objects, Streams.Count

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.