1al_is_audio_recorder_recording(3) al_is_audio_recorder_recording(3)
23
4
NAME
6al_is_audio_recorder_recording - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_is_audio_recorder_recording(ALLEGRO_AUDIO_RECORDER *r)
12
DESCRIPTION
14Returns true if the audio recorder is currently capturing data and gen‐
15erating events.
16
SINCE
185.1.1
1920
[Unstable API]: The API may need a slight redesign.
2122
23
24
Allegro reference manual al_is_audio_recorder_recording(3)