Home
last modified time | relevance | path

Searched defs:ALLEGRO_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/internal/
H A Daintern_audio.h143 struct ALLEGRO_SAMPLE { struct
144 ALLEGRO_AUDIO_DEPTH depth;
145 ALLEGRO_CHANNEL_CONF chan_conf;
146 unsigned int frequency;
147 int len;
148 any_buffer_t buffer;
149 bool free_buf;
153 _AL_LIST_ITEM *dtor_item;
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/
H A Dallegro_audio.h144 typedef struct ALLEGRO_SAMPLE ALLEGRO_SAMPLE; typedef