Updates the playback buffer of a stream or MOD music.
Syntax |
BASS_ChannelUpdate handle, length
Parameters |
DWORDlength
The channel handle... a HMUSIC or HSTREAM.
DWORD
The amount to render, in milliseconds... 0 = default (2 x update period). This is capped at the space available in the buffer.
Returns |
This command does not return a value.
See also |