Name
CloseStream -- close sound handle (V5.0)
Synopsis
void CloseStream(APTR handle);
Function
This function must close the specified sound stream handle that has been allocated by your plugin's OpenStream() function. Hollywood will call CloseStream() when it is done with your sound file.

Inputs
handle
handle returned by OpenStream()

Show TOC