BASS.NET API for the Un4seen BASS Audio Library

WaveWriterFinalize Method

BASS.NET API for the Un4seen BASS Audio Library
Finalization code.

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

protected override void Finalize()
Remarks

This destructor will run only if the Dispose method does not get called. It will automatically Close the FileName and flush all the data so far written.
See Also

Reference