1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH al_get_audio_stream_event_source 3 "" "Allegro reference manual"
.SH NAME
.PP
al_get_audio_stream_event_source \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro_audio.h>
ALLEGRO_EVENT_SOURCE\ *al_get_audio_stream_event_source(
\ \ \ ALLEGRO_AUDIO_STREAM\ *stream)
\f[]
.fi
.SH DESCRIPTION
.PP
Retrieve the associated event source.
.PP
See al_get_audio_stream_fragment(3) for a description of the
ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT event that audio streams emit.
|