snd_out_write%(snd_out%, bank*, offset%, count%)

Parameters
snd_out%
Handle to a snd_out object created with snd_out_open.
bank*
Bank that contains audio data.
offset%
Offset in bank where to start reading data from.
count%
Count of bytes to read from the bank.

Description
Writes audio data to a snd_out device. Data written to the snd_out device will be played in
sequence.

Return
Returns count of bytes written.

SndLib : Sound Output : snd_out_write