1al_destroy_audio_recorder(3)                      al_destroy_audio_recorder(3)
2
3
4

NAME

6       al_destroy_audio_recorder - Allegro 5 API
7

SYNOPSIS

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

DESCRIPTION

14       Destroys the audio recorder and frees all resources associated with it.
15       It is safe to destroy a recorder that is recording.
16
17       You may receive events after the recorder  has  been  destroyed.   They
18       must be ignored, as the fragment buffer will no longer be valid.
19

SINCE

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