Man Page: free_audio_stream_buffer
Operating Environment: centos
Section: 3alleg4
free_audio_stream_buffer(3alleg4) Allegro manual free_audio_stream_buffer(3alleg4)NAMEfree_audio_stream_buffer - Tells the audio stream player new data can be played. Allegro game programming library.SYNOPSIS#include <allegro.h> void free_audio_stream_buffer(AUDIOSTREAM *stream);DESCRIPTIONCall this function after get_audio_stream_buffer() returns a non-NULL address, to indicate that you have loaded a new block of samples to that location and the data is now ready to be played. Example: mem_chunk = get_audio_stream_buffer(buffer); if (mem_chunk != NULL) { /* Refill the stream buffer. */ ... free_audio_stream_buffer(buffer); }SEE ALSOget_audio_stream_buffer(3alleg4), exstream(3alleg4) Allegro version 4.4.2 free_audio_stream_buffer(3alleg4)
| Related Man Pages |
|---|
| exstream(3alleg4) - debian |
| get_audio_stream_buffer(3alleg4) - centos |
| exstream(3alleg4) - mojave |
| exstream(3alleg4) - php |
| exstream(3alleg4) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Docker learning Phase-I |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |