openal_context_process

(PECL openal >= 0.1.0)

openal_context_process 指定したコンテキストを処理する

説明

openal_context_process(resource $context): bool

パラメータ

context

Open AL (コンテキスト) リソース (事前に openal_context_create() で作成したもの)。

戻り値

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

参考

add a note add a note

User Contributed Notes

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