BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetCPU Method

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

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

[DllImportAttribute("basswasapi")]
public static float BASS_WASAPI_GetCPU()

Return Value

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

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

Reference