BASS_GetA3DHFAbsorbtion

Retrieves the A3D high frequency absorption factor.

BOOL WINAPI BASS_GetA3DHFAbsorbtion(
    float *factor
);

Parameters
factorThe HF absorbtion factor.

Return value
If succesful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes
BASS_ERROR_NOA3DThe current device does not support A3D, or BASS_DEVICE_A3D was not specified with BASS_Init.

See also
BASS_SetA3DHFAbsorbtion