Windows Media Services SDK banner art
PreviousNext

Stream.Source Property

Returns the source of the stream.

Syntax

NSChannelMgr.Streams(Index).Source

Example

Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox ("Stream source is: " & MyStream.Source & “.”)

See Also

Stream.ContentType, Stream.Seekable, Stream.Alias, Stream.Title, Stream.Description, Streams Collection Object, Stream Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.