Name
FinishAnimStream -- finish animation stream (V5.0)
Synopsis
int ok = FinishAnimStream(APTR stream);
Function
This function must finish all writes to the specified animation stream and then close its file handle so that the file can be used.

This function has to return True if the stream has been successfully finished or False in case of an error.

Inputs
stream
output anim stream handle created by BeginAnimStream()
Results
ok
True or False indicating success or failure

Show TOC