Name
GetFormatName -- get stream format name (V5.0)
Synopsis
STRPTR name = GetFormatName(APTR handle);
Function
This function must return a null-terminated string containing the name of the stream format of the sound file handle passed in handle. This string can be retrieved from Hollywood by querying the #ATTRFORMAT constant on #MUSIC objects. The string must remain valid until CloseStream() is called on the handle.

Inputs
handle
handle returned by OpenStream()
Results
name
stream format name

Show TOC