Home
last modified time | relevance | path

Searched refs:ALLEGRO_EVENT_AUDIO_STREAM_FINISHED (Results 1 – 4 of 4) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_stream_file.c118 if(event.type == ALLEGRO_EVENT_AUDIO_STREAM_FINISHED) in main()
H A Dex_stream_seek.c223 case ALLEGRO_EVENT_AUDIO_STREAM_FINISHED: in event_handler()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dkcm_stream.c755 fin_event.user.type = ALLEGRO_EVENT_AUDIO_STREAM_FINISHED; in _al_kcm_feed_stream()
768 fin_event.user.type = ALLEGRO_EVENT_AUDIO_STREAM_FINISHED; in _al_kcm_feed_stream()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/
H A Dallegro_audio.h49 ALLEGRO_EVENT_AUDIO_STREAM_FINISHED = 514, enumerator