Retrieves the current digital master volume level.
int WINAPI BASS_GetVolume(); |
Return value
If successful, the volume level is returned, else -1 is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_INIT | BASS_Init has not been successfully called. |
See also
BASS_SetVolume