Previous | Next |
Fired when a Stream is closed.
Syntax
NSChannelMgr_OnStreamClose( Source, StreamDesc, StreamID )
Parameters
Source
A String value indicating the source of the closed stream, for example: mms://Windows Media/sample.asf.
StreamDesc
A String value specifying the description of the closed stream.
StreamID
A Long value indicating the unique stream ID of the closed stream.
Example
Sub NSChannelMgr_OnStreamClose( Source, StreamDesc, StreamID )
MsgBox (StreamDesc & " at " & Source & " is closed.")
End Sub
See Also
Stream.Start, Stream.Stop, Streams.Open
Previous | Next |