.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_get_available_audio_stream_fragments" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_get_available_audio_stream_fragments - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include unsigned int al_get_available_audio_stream_fragments( const ALLEGRO_AUDIO_STREAM *stream) \f[R] .fi .SH DESCRIPTION .PP Returns the number of available fragments in the stream, that is, fragments which are not currently filled with data for playback. .SH SEE ALSO .PP al_get_audio_stream_fragment(3alleg5), al_get_audio_stream_fragments(3alleg5)