SndPauseFilePlay
SndChannelPtr chan; a pointer to a valid sound channel
control play from disk on a sound channel. Note that this call can be made only
because, by definition, program control does not return to the caller until
after the sound has completely finished playing.
chan should be a pointer to a valid sound channel. If the channel is not
result code channelNotBusy. If the channel is busy and paused, then
play from disk is resumed. If the channel is busy and the channel is
not paused, then play from disk is suspended..
noErr (0) No error
queueFull (-203) No room in the queue
badChannel (-205) Channel is corrupt or unusable
channelNotBusy (-211) Channel not currently used