BASS.NET API for the Un4seen BASS Audio Library

WaveFormNotifyHandler Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the WAVEFORMPROC callback delegete which should be invoked during the rendering progress started with RenderStart(Int32, Boolean).

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

public WAVEFORMPROC NotifyHandler { get; set; }

Property Value

Type: WAVEFORMPROC
See Also

Reference