$Date: 2005/10/22 13:22:42 $
$Revision: 1.6 $
-- Function called when player need sound data.
--
-- Fill a_stream with up to a_length bytes of sound.
--
-- a_userdata may hold additional data passed in by the user
-- when stream was created.
--
-- Note: a_stream has to be filled corresponding to the mixer settings.
-- Otherwise, music may and will sound funny.
-- (From VOID_VOIDP_UINT8P_INT_ANONYMOUS_CALLBACK_CALLBACK)
-- Actual stream data from player
Deferred class for audio streaming.
Inherit from this class if you're implementing another stream.
The hook_music_function will be called whenever the player needs
sound data.