OpenAL Funzioni
PHP Manual

openal_buffer_get

(PECL openal >= 0.1.0)

openal_buffer_get Retrieve an OpenAL buffer property

Descrizione

int openal_buffer_get ( resource $buffer , int $property )

Elenco dei parametri

buffer

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

property

Specific property, one of: AL_FREQUENCY, AL_BITS, AL_CHANNELS e AL_SIZE.

Valori restituiti

Returns an integer value appropriate to the property requested o FALSE in caso di fallimento.

Vedere anche:


OpenAL Funzioni
PHP Manual