CakeFest 2024: The Official CakePHP Conference

openal_source_rewind

(PECL openal >= 0.1.0)

openal_source_rewind ソースを巻き戻す

説明

openal_source_rewind(resource $source): bool

パラメータ

source

Open AL (ソース) リソース (事前に openal_source_create() で作成したもの)。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top