Name
FinishMusicStream -- finalize music stream (V11.0)
Synopsis
FinishMusicStream(id)
Library
sound

Function
This function must be used to finalize a music stream object when you are done appending sound data to it. When FinishMusicStream() returns, the new music stream will be ready to use on your hard disk.

See BeginMusicStream for more information on music streams.

Inputs
id
identifier of the music stream to finalize; must have been obtained using BeginMusicStream()
Example
See BeginMusicStream


Show TOC