Function StreamedSound.stream

Fill in the buffer with next portion of sound data. Function returns actual number of bytes written. At the end of a stream, zero is returned.

ulong stream (
  ubyte[] buffer
);