Previous | Next |
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
Previous | Next |