App下載

詞條

大約有 5,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,404 項(xiàng)。(搜索耗時(shí):0.0044秒)

1961.PHP8 資源類型

該擴(kuò)展定義了四種資源類型: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

1962.PHP8 openal_buffer_create — 生成 OpenAL 緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_create — 生成 OpenAL 緩沖區(qū)說明openal_buffer_create(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時(shí)返回一個(gè) Open AL(Buffer) 資源,失敗時(shí)返回 false。參見openal_buffer_loadwav() - 將.wav文件加載到緩沖區(qū) openal_buffer_d...

http://m.o2fo.com/phpchinese/php8-open-buffer-create.html

1963.PHP8 openal_buffer_data — 使用數(shù)據(jù)加載緩沖區(qū)

(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一個(gè) Open AL(Buffer) 資源(之前由 openal_buffer_create() 創(chuàng)建)。format數(shù)據(jù)的格式,可以是以下之一:...

http://m.o2fo.com/phpchinese/php8-open-buffer-data.html

1964.PHP8 openal_buffer_destroy — 銷毀一個(gè) OpenAL 緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_destroy — 銷毀一個(gè) OpenAL 緩沖區(qū)說明openal_buffer_destroy(resource $buffer): bool參數(shù)buffer一個(gè) OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_b...

http://m.o2fo.com/phpchinese/php8-open-buffer-destroy.html

1965.PHP8 openal_buffer_get — 檢索一個(gè) OpenAL 緩沖區(qū)的屬性值

(PECL openal >= 0.1.0)openal_buffer_get — 檢索一個(gè) OpenAL 緩沖區(qū)的屬性值說明openal_buffer_get(resource $buffer, int $property): int|false參數(shù)buffer一個(gè) OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。property特定屬性,可以是以下之一:?AL_FRE...

http://m.o2fo.com/phpchinese/php8-open-buffer-get.html

1966.PHP8 openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)說明openal_buffer_loadwav(resource $buffer, string $wavfile): bool參數(shù)buffer一個(gè) Open AL(Buffer) 資源(先前由 openal_buffer_create() 創(chuàng)建)。wavfile本地文件系統(tǒng)上的.wav文件路徑。返回值...

http://m.o2fo.com/phpchinese/php8-open-buffer-loadwav.html

1967.PHP8 openal_context_create — 創(chuàng)建一個(gè)音頻處理上下文

(PECL openal >= 0.1.0)openal_context_create — 創(chuàng)建一個(gè)音頻處理上下文說明openal_context_create(resource $device): resource參數(shù)device一個(gè) Open AL(Device) 資源(之前由 openal_device_open() 創(chuàng)建)。返回值成功時(shí)返回一個(gè) Open AL(Context) 資源,失敗時(shí)返回 f...

http://m.o2fo.com/phpchinese/php8-open-context-create.html

1968.PHP8 openal_context_current — 使指定的上下文成為當(dāng)前上下文

(PECL openal >= 0.1.0)openal_context_current — 使指定的上下文成為當(dāng)前上下文說明openal_context_current(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 fal...

http://m.o2fo.com/phpchinese/php8-open-context-current.html

1969.PHP8 openal_context_destroy — 銷毀一個(gè)上下文

(PECL openal >= 0.1.0)openal_context_destroy — 銷毀一個(gè)上下文說明openal_context_destroy(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_con...

http://m.o2fo.com/phpchinese/php8-open-context-destroy.html

1970.PHP8 openal_context_process — 處理指定的上下文

(PECL openal >= 0.1.0)openal_context_process — 處理指定的上下文說明openal_context_process(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_...

http://m.o2fo.com/phpchinese/php8-open-context-process.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1961.PHP8 資源類型

該擴(kuò)展定義了四種資源類型: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

1962.PHP8 openal_buffer_create — 生成 OpenAL 緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_create — 生成 OpenAL 緩沖區(qū)說明openal_buffer_create(): resource參數(shù)此函數(shù)沒有參數(shù)。返回值成功時(shí)返回一個(gè) Open AL(Buffer) 資源,失敗時(shí)返回 false。參見openal_buffer_loadwav() - 將.wav文件加載到緩沖區(qū) openal_buffer_d...

http://m.o2fo.com/phpchinese/php8-open-buffer-create.html

1963.PHP8 openal_buffer_data — 使用數(shù)據(jù)加載緩沖區(qū)

(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一個(gè) Open AL(Buffer) 資源(之前由 openal_buffer_create() 創(chuàng)建)。format數(shù)據(jù)的格式,可以是以下之一:...

http://m.o2fo.com/phpchinese/php8-open-buffer-data.html

1964.PHP8 openal_buffer_destroy — 銷毀一個(gè) OpenAL 緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_destroy — 銷毀一個(gè) OpenAL 緩沖區(qū)說明openal_buffer_destroy(resource $buffer): bool參數(shù)buffer一個(gè) OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_b...

http://m.o2fo.com/phpchinese/php8-open-buffer-destroy.html

1965.PHP8 openal_buffer_get — 檢索一個(gè) OpenAL 緩沖區(qū)的屬性值

(PECL openal >= 0.1.0)openal_buffer_get — 檢索一個(gè) OpenAL 緩沖區(qū)的屬性值說明openal_buffer_get(resource $buffer, int $property): int|false參數(shù)buffer一個(gè) OpenAL 緩沖區(qū)資源(先前由 openal_buffer_create() 創(chuàng)建)。property特定屬性,可以是以下之一:?AL_FRE...

http://m.o2fo.com/phpchinese/php8-open-buffer-get.html

1966.PHP8 openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)

(PECL openal >= 0.1.0)openal_buffer_loadwav — 將.wav文件加載到緩沖區(qū)說明openal_buffer_loadwav(resource $buffer, string $wavfile): bool參數(shù)buffer一個(gè) Open AL(Buffer) 資源(先前由 openal_buffer_create() 創(chuàng)建)。wavfile本地文件系統(tǒng)上的.wav文件路徑。返回值...

http://m.o2fo.com/phpchinese/php8-open-buffer-loadwav.html

1967.PHP8 openal_context_create — 創(chuàng)建一個(gè)音頻處理上下文

(PECL openal >= 0.1.0)openal_context_create — 創(chuàng)建一個(gè)音頻處理上下文說明openal_context_create(resource $device): resource參數(shù)device一個(gè) Open AL(Device) 資源(之前由 openal_device_open() 創(chuàng)建)。返回值成功時(shí)返回一個(gè) Open AL(Context) 資源,失敗時(shí)返回 f...

http://m.o2fo.com/phpchinese/php8-open-context-create.html

1968.PHP8 openal_context_current — 使指定的上下文成為當(dāng)前上下文

(PECL openal >= 0.1.0)openal_context_current — 使指定的上下文成為當(dāng)前上下文說明openal_context_current(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 fal...

http://m.o2fo.com/phpchinese/php8-open-context-current.html

1969.PHP8 openal_context_destroy — 銷毀一個(gè)上下文

(PECL openal >= 0.1.0)openal_context_destroy — 銷毀一個(gè)上下文說明openal_context_destroy(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_con...

http://m.o2fo.com/phpchinese/php8-open-context-destroy.html

1970.PHP8 openal_context_process — 處理指定的上下文

(PECL openal >= 0.1.0)openal_context_process — 處理指定的上下文說明openal_context_process(resource $context): bool參數(shù)context一個(gè) Open AL(Context) 資源(之前由 openal_context_create() 創(chuàng)建)。返回值成功時(shí)返回 true, 或者在失敗時(shí)返回 false。參見openal_...

http://m.o2fo.com/phpchinese/php8-open-context-process.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程