BASS.NET API for the Un4seen BASS Audio Library

WaveWriterClose Method

BASS.NET API for the Un4seen BASS Audio Library
Closes the WaveWriter and underlying wave file and updates the wave header accordingly.

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

public void Close()
Remarks

After calling this method you might use the created wave file.

Not closing the WaveWriter will result in a broken wave file, since only at this point the wave header will be updated with the corrent sample size written.

See Also

Reference