Windows Media Services SDK banner art
PreviousNext

Stopping Streams and Stations

The examples given in this section only create and start a multicast. You can stop and delete the stations and streams by using Windows Media Administrator, but you can also do so directly by using the Windows Media Technologies SDK. For example, you can add a button in your HTML code to stop a stream:

<INPUT TYPE=BUTTON NAME=StopStream VALUE="Stop Stream">

You can handle it with this code:

Sub StopStream_OnClick
  MyStream.Stop
End Sub

Beyond this, you can create full-featured applications to control every aspect of a multicast.

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.