BASS.NET API for the Un4seen BASS Audio Library

WaveForm Constructor (String, WAVEFORMPROC, Control)

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

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

public WaveForm(
	string fileName,
	WAVEFORMPROC proc,
	Control win
)

Parameters

fileName
Type: SystemString
The file name to render.
proc
Type: Un4seen.Bass.MiscWAVEFORMPROC
A WAVEFORMPROC callback delegate to be invoked during the rendering progress.
win
Type: System.Windows.FormsControl
An optional window control which will be used to invoke the WAVEFORMPROC (if set), so that the callback will be executed in the 'correct' GUI thread.
See Also

Reference