1al_get_audio_depth_size(3) al_get_audio_depth_size(3)
23
4
NAME
6al_get_audio_depth_size - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
size_t al_get_audio_depth_size(ALLEGRO_AUDIO_DEPTH depth)
12
DESCRIPTION
14Return the size of a sample, in bytes, for the given format. The for‐
15mat is one of the values listed under ALLEGRO_AUDIO_DEPTH(3).
1617
18
19
Allegro reference manual al_get_audio_depth_size(3)