Previous Up Next

asDisableAllSnd
Stops all the AsSnd currently being read.

I asDisableAllSnd (
)
Parameters

Return value

0 if successful, or nil in case of a failure.
Remark

  • None AsSnd can be reinitialized until the method asEnableAllSnd has been invoked.
  • Even if all the AsSnd are stopped, the methods asSndPlay and asSndStop can still be used but will only enter into effect upon starting asSndEnable.
  • See Also

    asEnableAllSnd