Windows Media Services SDK banner art
PreviousNext

Stream.GetChannel Method

Gets the Channel object associated with a stream.

Syntax

NSChannelMgr.Streams(Index).GetChannel

Return Values

Returns a stream Channel object.

Example

Dim Streams
Set Streams = NSChannelMgr.Streams
Set Station1 = Stream(0).GetChannel

See Also

Streams Collection Object, Stream Objects, Stream.GetID, Stream.GetState

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.