1al_register_sample_loader_f(3)                  al_register_sample_loader_f(3)
2
3
4

NAME

6       al_register_sample_loader_f - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_register_sample_loader_f(const char *ext,
12                 ALLEGRO_SAMPLE *(*loader)(ALLEGRO_FILE* fp))
13

DESCRIPTION

15       Register a handler for al_load_sample_f(3).  The given function will be
16       used to handle the loading of sample files with the given extension.
17
18       The extension should include the leading dot ('.') character.  It  will
19       be matched case-insensitively.
20
21       The loader argument may be NULL to unregister an entry.
22
23       Returns  true on success, false on error.  Returns false if unregisterā€
24       ing an entry that doesn't exist.
25

SEE ALSO

27       al_register_sample_loader(3)
28
29
30
31Allegro reference manual                        al_register_sample_loader_f(3)
Impressum