SndManagerStatus
You can use the SndManagerStatus function to determine information about all sound channels currently allocated.
FUNCTION SndManagerStatus (theLength: Integer;
theStatus: SMStatusPtr): OSErr;
theLength
- The size in bytes of the Sound Manager status record. You should set this field to
SizeOf(SMStatus).
theStatus
- A pointer to a Sound Manager status record.
DESCRIPTION
The SndManagerStatus function determines information about all currently allocated sound channels. If the SndManagerStatus function executes successfully, the fields of the record specified by theStatus accurately describe the current status of the Sound Manager.
SPECIAL CONSIDERATIONS
You can call the SndManagerStatus function at interrupt time.
ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the SndManagerStatus function are
| Trap macro | Selector |
| _SoundDispatch | $00140008 |
RESULT CODES