OPENAL_BUFFER_GET(3) 1 OPENAL_BUFFER_GET(3)
openal_buffer_get - Retrieve an OpenAL buffer property
SYNOPSIS
int openal_buffer_get (resource $buffer, int $property)
DESCRIPTION
PARAMETERS
o $buffer
- An Open AL(Buffer) resource (previously created by openal_buffer_create(3)).
o $property
- Specific property, one of: AL_FREQUENCY, AL_BITS, AL_CHANNELS and AL_SIZE.
RETURN VALUES
Returns an integer value appropriate to the $property requested or FALSE on failure.
SEE ALSO
openal_buffer_create(3).
PHP Documentation Group OPENAL_BUFFER_GET(3)