BASS.NET API for the Un4seen BASS Audio Library

BASSBufferResize Method

BASS.NET API for the Un4seen BASS Audio Library
Resizes (enlarges) the ring buffer by the given factor.

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

public void Resize(
	float factor
)

Parameters

factor
Type: SystemSingle
The factor to use for resizing (the buffer size is multiplied by this factor). Must be greater than 1.0.
Remarks

Shrinking the buffer size is not allowed.
See Also

Reference