BASS.NET API for the Un4seen BASS Audio Library

WaveFormCallbackFrequency Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the frequency in FrameResolution frames - how often the WAVEFORMPROC callback should be invoked (default=250, every 5sec. - if the FrameResolution is set to 20ms).

Specify 0, if you want to invoke the callback only at the end of the rendering process.

Example: Specify 50, if you want the callback to be called for every second of the deconding stream (slow - if the FrameResolution is set to 20ms). Or specify 500 to invoke the callback for every 10 seconds (if the FrameResolution is set to 20ms) rendered. Default is 250 = every 5sec. (if the FrameResolution is set to 20ms default).

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

public int CallbackFrequency { get; set; }

Property Value

Type: Int32
See Also

Reference