BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveFormSaveToFile Method (String, Boolean)

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

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

public bool WaveFormSaveToFile(
	string fileName,
	bool binary
)

Parameters

fileName
Type: SystemString
The file name to save the rendered data to.
binary
Type: SystemBoolean
If the WaveForm will be saved to a binary fileName - else standard serialization will be carried out.

Return Value

Type: Boolean
on success, else .
Remarks

The binary format is much more compact and faster, so it is advised to use this format. Note, that you must load the WaveForm using the save format as it was saved.
See Also

Reference