BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveFormLoadFromFile Method (String)

BASS.NET API for the Un4seen BASS Audio Library
Loads a rendered WaveForm from a file.

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

public bool WaveFormLoadFromFile(
	string fileName
)

Parameters

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

Return Value

Type: Boolean
on success, else .
Remarks

Loads the WaveForm using standard serialization.
See Also

Reference