1al_start_audio_recorder(3)                          al_start_audio_recorder(3)
2
3
4

NAME

6       al_start_audio_recorder - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_start_audio_recorder(ALLEGRO_AUDIO_RECORDER *r)
12

DESCRIPTION

14       Begin recording into the fragment buffer.  Once a complete fragment has
15       been captured (as specified in al_create_audio_recorder(3)),  an  ALLE‐
16       GRO_EVENT_AUDIO_RECORDER_FRAGMENT(3) event will be triggered.
17
18       Returns true if it was able to begin recording.
19

SINCE

21       5.1.1
22
23              [Unstable API]: The API may need a slight redesign.
24
25
26
27Allegro reference manual                            al_start_audio_recorder(3)
Impressum