該擴展定義了四種資源類型:Open AL(Device) - 由 openal_device_open() 返回,Open AL(Context) - 由 openal_context_create() 返回,Open AL(Buffer) - 由 openal_buffer_create() 返回,以及 Open AL(Source) - 由 openal_source_create() 返回。
http://m.o2fo.com/phpchinese/php8-resource-type*.html(PECL openal >= 0.1.0)openal_buffer_create — 生成 OpenAL 緩沖區(qū)說明openal_buffer_create(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回一個 Open AL(Buffer) 資源,失敗時返回 false。參見openal_buffer_loadwav() - 將.wav文件加載到緩沖區(qū) openal_buffer_d...
http://m.o2fo.com/phpchinese/php8-open-buffer-create.html(PECL openal >= 0.1.0)openal_buffer_data — 使用數(shù)據(jù)加載緩沖區(qū)說明openal_buffer_data( resource $buffer, int $format, string $data, int $freq ): bool參數(shù)buffer一個 Open AL(Buffer) 資源(之前由 openal_buffer_create() 創(chuàng)建)。format數(shù)據(jù)的格式,可以是以下之一:...
http://m.o2fo.com/phpchinese/php8-open-buffer-data.html(PECL openal >= 0.1.0)openal_buffer_destroy — 銷毀一個 OpenAL 緩沖區(qū)說明openal_buffer_destroy(resource $buffer): bool參數(shù)buffer一個 OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_b...
http://m.o2fo.com/phpchinese/php8-open-buffer-destroy.html(PECL openal >= 0.1.0)openal_buffer_get — 檢索一個 OpenAL 緩沖區(qū)的屬性值說明openal_buffer_get(resource $buffer, int $property): int|false參數(shù)buffer一個 OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。property特定屬性,可以是以下之一:?AL_FRE...
http://m.o2fo.com/phpchinese/php8-open-buffer-get.html(PECL openal >= 0.1.0)openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)說明openal_buffer_loadwav(resource $buffer, string $wavfile): bool參數(shù)buffer一個 Open AL(Buffer) 資源(先前由 openal_buffer_create() 創(chuàng)建)。wavfile本地文件系統(tǒng)上的.wav文件路徑。返回值...
http://m.o2fo.com/phpchinese/php8-open-buffer-loadwav.html(PECL openal >= 0.1.0)openal_context_create — 創(chuàng)建一個音頻處理上下文說明openal_context_create(resource $device): resource參數(shù)device一個 Open AL(Device) 資源(之前由 openal_device_open() 創(chuàng)建)。返回值成功時返回一個 Open AL(Context) 資源,失敗時返回 f...
http://m.o2fo.com/phpchinese/php8-open-context-create.html(PECL openal >= 0.1.0)openal_context_current — 使指定的上下文成為當前上下文說明openal_context_current(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 fal...
http://m.o2fo.com/phpchinese/php8-open-context-current.html(PECL openal >= 0.1.0)openal_context_destroy — 銷毀一個上下文說明openal_context_destroy(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_con...
http://m.o2fo.com/phpchinese/php8-open-context-destroy.html(PECL openal >= 0.1.0)openal_context_process — 處理指定的上下文說明openal_context_process(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_...
http://m.o2fo.com/phpchinese/php8-open-context-process.html抱歉,暫時沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的教程
w3cschool 建議您:
該擴展定義了四種資源類型:Open AL(Device) - 由 openal_device_open() 返回,Open AL(Context) - 由 openal_context_create() 返回,Open AL(Buffer) - 由 openal_buffer_create() 返回,以及 Open AL(Source) - 由 openal_source_create() 返回。
http://m.o2fo.com/phpchinese/php8-resource-type*.html(PECL openal >= 0.1.0)openal_buffer_create — 生成 OpenAL 緩沖區(qū)說明openal_buffer_create(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時返回一個 Open AL(Buffer) 資源,失敗時返回 false。參見openal_buffer_loadwav() - 將.wav文件加載到緩沖區(qū) openal_buffer_d...
http://m.o2fo.com/phpchinese/php8-open-buffer-create.html(PECL openal >= 0.1.0)openal_buffer_data — 使用數(shù)據(jù)加載緩沖區(qū)說明openal_buffer_data( resource $buffer, int $format, string $data, int $freq ): bool參數(shù)buffer一個 Open AL(Buffer) 資源(之前由 openal_buffer_create() 創(chuàng)建)。format數(shù)據(jù)的格式,可以是以下之一:...
http://m.o2fo.com/phpchinese/php8-open-buffer-data.html(PECL openal >= 0.1.0)openal_buffer_destroy — 銷毀一個 OpenAL 緩沖區(qū)說明openal_buffer_destroy(resource $buffer): bool參數(shù)buffer一個 OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_b...
http://m.o2fo.com/phpchinese/php8-open-buffer-destroy.html(PECL openal >= 0.1.0)openal_buffer_get — 檢索一個 OpenAL 緩沖區(qū)的屬性值說明openal_buffer_get(resource $buffer, int $property): int|false參數(shù)buffer一個 OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。property特定屬性,可以是以下之一:?AL_FRE...
http://m.o2fo.com/phpchinese/php8-open-buffer-get.html(PECL openal >= 0.1.0)openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)說明openal_buffer_loadwav(resource $buffer, string $wavfile): bool參數(shù)buffer一個 Open AL(Buffer) 資源(先前由 openal_buffer_create() 創(chuàng)建)。wavfile本地文件系統(tǒng)上的.wav文件路徑。返回值...
http://m.o2fo.com/phpchinese/php8-open-buffer-loadwav.html(PECL openal >= 0.1.0)openal_context_create — 創(chuàng)建一個音頻處理上下文說明openal_context_create(resource $device): resource參數(shù)device一個 Open AL(Device) 資源(之前由 openal_device_open() 創(chuàng)建)。返回值成功時返回一個 Open AL(Context) 資源,失敗時返回 f...
http://m.o2fo.com/phpchinese/php8-open-context-create.html(PECL openal >= 0.1.0)openal_context_current — 使指定的上下文成為當前上下文說明openal_context_current(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 fal...
http://m.o2fo.com/phpchinese/php8-open-context-current.html(PECL openal >= 0.1.0)openal_context_destroy — 銷毀一個上下文說明openal_context_destroy(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_con...
http://m.o2fo.com/phpchinese/php8-open-context-destroy.html(PECL openal >= 0.1.0)openal_context_process — 處理指定的上下文說明openal_context_process(resource $context): bool參數(shù)context一個 Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時返回 true, 或者在失敗時返回 false。參見openal_...
http://m.o2fo.com/phpchinese/php8-open-context-process.html抱歉,暫時沒有相關(guān)的文章
w3cschool 建議您: