BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamConfigBuffer Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the buffer length in milliseconds to be used (between 1 and 5000).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int ConfigBuffer { get; set; }

Property Value

Type: Int32
Remarks

The buffer length needs to be as big as the BASS_CONFIG_BUFFER setting used to create the ChannelHandle.

Normally there is no need set this value, since it will be calculated accordingly to the current BASS_CONFIG_BUFFER setting. But this implies, that you haven't changed the BASS_CONFIG_BUFFER between the creation of the stream an using this DSP. So if you have changed the BASS_CONFIG_BUFFER setting in the meantime, you must provide the new BASS_CONFIG_BUFFER size.

See Also

Reference