1al_get_audio_stream_position_secs(3) al_get_audio_stream_position_secs(3)
2
3
4
6 al_get_audio_stream_position_secs - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 double al_get_audio_stream_position_secs(ALLEGRO_AUDIO_STREAM *stream)
12
14 Return the position of the stream in seconds. Currently this can only
15 be called on streams created with al_load_audio_stream(3).
16
18 al_get_audio_stream_length_secs(3)
19
20
21
22Allegro reference manual al_get_audio_stream_position_secs(3)