PHP Doku:: Load a buffer with data - function.openal-buffer-data.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzManipulation von AudioformatenOpenAL Audio BindingsOpenAL Funktionenopenal_buffer_data

Ein Service von Reinhard Neidl - Webprogrammierung.

OpenAL Funktionen

<<openal_buffer_create

openal_buffer_destroy>>

openal_buffer_data

(PECL openal >= 0.1.0)

openal_buffer_data Load a buffer with data

Beschreibung

bool openal_buffer_data ( resource $buffer , int $format , string $data , int $freq )

Parameter-Liste

buffer

An Open AL(Buffer) resource (previously created by openal_buffer_create()).

format

Format of data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 und AL_FORMAT_STEREO16

data

Block of binary audio data in the format and freq specified.

freq

Frequency of data given in Hz.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)