linux man page for free_audio_stream_buffer

Query: free_audio_stream_buffer

OS: linux

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

free_audio_stream_buffer(3alleg4)				  Allegro manual				 free_audio_stream_buffer(3alleg4)

NAME
free_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); DESCRIPTION
Call 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 ALSO
get_audio_stream_buffer(3alleg4), exstream(3alleg4) Allegro version 4.4.2 free_audio_stream_buffer(3alleg4)
Related Man Pages
exsample(3alleg4) - debian
get_audio_stream_buffer(3alleg4) - debian
exsample(3alleg4) - suse
exsample(3alleg4) - osx
get_audio_stream_buffer(3alleg4) - linux
Similar Topics in the Unix Linux Community
Featured Books and Articles by Active Forum Members
Merry Christmas!
Answers to Recently Asked Questions about UNIX.COM
Don Cragun crossing 4500 thanks went unnoticed for more than a week - late congratulations!
YouTube: How to Use Code Tags and Format Posts @UNIX.com