Maximum amount of data to asynchronously buffer at a time from a splitter's source.
BASS_ChannelSetAttribute( HSTREAM handle, BASS_ATTRIB_SPLIT_ASYNCPERIOD, float period );
handle | The splitter stream handle. |
period | The maximum amount to data to asynchronously buffer at a time from the source, in seconds... 0 = as much as possible. |
The setting applies to all splitter streams that have the same source. The default setting is 0 (as much as possible). Changes take immediate effect.