BASS.NET API for the Un4seen BASS Audio Library

BassAsioBASS_ASIO_GetCPU Method

BASS.NET API for the Un4seen BASS Audio Library
Retrieves the current CPU usage of BASSASIO.

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

[DllImportAttribute("bassasio")]
public static float BASS_ASIO_GetCPU()

Return Value

Type: Single
The BASSASIO CPU usage as a percentage of total CPU time.
Remarks

This function includes the time taken by the ASIOPROC callback functions.
See Also

Reference