Home
last modified time | relevance | path

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

/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/internal/
H A Daintern_audio.h255 struct ALLEGRO_AUDIO_STREAM { struct
257 /* ALLEGRO_AUDIO_STREAM is derived from argument
261 unsigned int buf_count;
266 void *main_buffer;
272 void **pending_bufs;
273 void **used_bufs;
286 volatile bool is_draining;
310 /* If ALLEGRO_AUDIO_STREAM has been created by argument
322 bool _al_kcm_refill_stream(ALLEGRO_AUDIO_STREAM *stream); argument
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/
H A Dallegro_audio.h164 typedef struct ALLEGRO_AUDIO_STREAM ALLEGRO_AUDIO_STREAM; typedef