Previous Up Next

asEnableAllSnd
Restarts all the AsSnd stopped by the asDisable method and provides a new opportunity to start a AsSnd

I asEnableAllSnd (
)
Parameters

Return value

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

  • If the asSndPlay method was used before asEnable, the reading of the AsSnd will begin when asEnable is started.
  • If the asSndStop method was used before asEnable, the reading of the AsSnd will not be begin when asEnable is started.
  • See Also

    asDisableAllSnd