SndChannelStatus
SndChannelPtr chan; a pointer to a valid sound channel
SndCommand theLength; the size in bytes of the status structure SCStatusPtr theStatus; a pointer to an SCStatus structure chan should be a pointer to a valid sound channel.
theLength should be the size in bytes of the status structure that theStatus
points to.
theStatus should be a pointer to an SCStatus structure. On successful completion of the call, the fields of that structure contain the
information about the specified sound channel.
noErr (0) No error
paramErr (-50) A parameter is incorrect
badChannel (-205) Channel is corrupt or unusable
You can obtain information about a sound channel and about the
the Sound Manager, the MACE tools, and the sound input routines by