![]() |
|
ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT and Multiple Streams |
Todd Cope
Member #998
November 2000
![]() |
In my project I have several audio streams. When I get an ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT, how do I know which stream it belongs to? |
Thomas Fjellstrom
Member #476
June 2000
![]() |
The stream should be stored in the source field of the event. I think. -- |
Todd Cope
Member #998
November 2000
![]() |
Sweet. I am doing 'stream = (ALLEGRO_AUDIO_STREAM *)event.any.source' and it is working perfectly. Thanks |
|