Query: openal_buffer_data
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENAL_BUFFER_DATA(3) 1 OPENAL_BUFFER_DATA(3) openal_buffer_data - Load a buffer with dataSYNOPSISbool openal_buffer_data (resource $buffer, int $format, string $data, int $freq)DESCRIPTIONPARAMETERSo $buffer - An Open AL(Buffer) resource (previously created by openal_buffer_create(3)). o $format - Format of $data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 and AL_FORMAT_STEREO16 o $data - Block of binary audio data in the $format and $freq specified. o $freq - Frequency of $data given in Hz.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOopenal_buffer_loadwav(3), openal_stream(3). PHP Documentation Group OPENAL_BUFFER_DATA(3)
Related Man Pages |
---|
sdl_audiospec(3) - opensolaris |
sdl_convertaudio(3) - redhat |
sdl_convertaudio(3) - debian |
sdl_audiospec(3) - centos |
xml_set_processing_instruction_handler(3) - php |