BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveFormSaveToFile Method (String)

BASS.NET API for the Un4seen BASS Audio Library
Saves a rendered WaveForm to a file (uncompressed).

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

public bool WaveFormSaveToFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name to save the rendered data to.

Return Value

Type: Boolean
on success, else .
Remarks

Writes the WaveForm to a file using standard serialization.
See Also

Reference