Home
last modified time | relevance | path

Searched refs:al_set_audio_stream_playmode (Results 1 – 8 of 8) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/demos/cosmic_protector/src/
H A DStreamResource.cpp25 al_set_audio_stream_playmode(stream, ALLEGRO_PLAYMODE_LOOP); in load()
/dports/devel/allegro5/allegro5-5.2.7.0/demos/skater/src/
H A Dmusic.c31 al_set_audio_stream_playmode(demo_data[id].dat, in play_music()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_stream_file.c99 al_set_audio_stream_playmode(stream, loop ? ALLEGRO_PLAYMODE_LOOP : ALLEGRO_PLAYMODE_ONCE); in main()
H A Dex_mixer_pp.c191 al_set_audio_stream_playmode(stream, ALLEGRO_PLAYMODE_LOOP); in main()
H A Dex_stream_seek.c281 al_set_audio_stream_playmode(music_stream, playmode); in main()
H A Dex_audio_chain.cpp590 al_set_audio_stream_playmode(stream, ALLEGRO_PLAYMODE_LOOP); in Audiostream()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/allegro5/
H A Dallegro_audio.h279 ALLEGRO_KCM_AUDIO_FUNC(bool, al_set_audio_stream_playmode, (ALLEGRO_AUDIO_STREAM *stream, ALLEGRO_P…
/dports/devel/allegro5/allegro5-5.2.7.0/addons/audio/
H A Dkcm_stream.c462 bool al_set_audio_stream_playmode(ALLEGRO_AUDIO_STREAM *stream, in al_set_audio_stream_playmode() function