openal_source_stop
(PECL openal >= 0.1.0)
openal_source_stop — Stop playing the source
Description
openal_source_stop ( resource $source ) : bool
Parameters
-
source
-
An Open AL(Source) resource (previously created by openal_source_create()).
Return Values
Returns true
on success or false
on failure.
See Also
- openal_source_play() - Start playing the source
- openal_source_pause() - Pause the source
- openal_source_rewind() - Rewind the source
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.openal-source-stop.php