1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.TH "al_is_audio_recorder_recording" "3" "" "Allegro reference manual" ""
.SH NAME
.PP
al_is_audio_recorder_recording \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro_audio.h>
bool\ al_is_audio_recorder_recording(ALLEGRO_AUDIO_RECORDER\ *r)
\f[]
.fi
.SH DESCRIPTION
.PP
Returns true if the audio recorder is currently capturing data and
generating events.
.SH SINCE
.PP
5.1.1
.RS
.PP
\f[I][Unstable API]:\f[] The API may need a slight redesign.
.RE
|