Retrieves the factors that affect the calculations of 3D sound.
BOOL WINAPI BASS_Get3DFactors( |
Parameters
distf | The distance factor... NULL = don't retrieve it. |
rollf | The rolloff factor... NULL = don't retrieve it. |
doppf | The doppler factor... NULL = don't retrieve it. |
Return value
If succesful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_NO3D | BASS_Init has not been successfully called with BASS_DEVICE_3D specified in the flags parameter. |
See also
BASS_Set3DFactors