BASS.NET API for the Un4seen BASS Audio Library

WaveForm Constructor (String)

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the WaveForm class, initializing the file name.

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

public WaveForm(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name to render.
See Also

Reference