Previous | Up | Next |
Starts reading the AsSnd at the current read location.Parameters
AsSnd asSndPlay ( AsSnd _sound_ I _flag_ )
Return value
_sound_ Applicable AsSnd object _flag_ Reading flag.
Value Meaning AS_SND_LOOP Sound reading is performed in a loop until it is explicitly stopped.
The AsSnd given as a parameter, or nil in case of a failure.Remark
See AlsoIt is possible to change the flag parameter while reading is occurring by using the asSndPlay method with a new flag value. In the case of low level use in AS_SND_LINEAR mode, flag is not used.
asSndPlay