Query: openal_buffer_get
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENAL_BUFFER_GET(3) 1 OPENAL_BUFFER_GET(3) openal_buffer_get - Retrieve an OpenAL buffer propertySYNOPSISint openal_buffer_get (resource $buffer, int $property)DESCRIPTIONPARAMETERSo $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 VALUESReturns an integer value appropriate to the $property requested or FALSE on failure.SEE ALSOopenal_buffer_create(3). PHP Documentation Group OPENAL_BUFFER_GET(3)