love.audio.getMaxSourceEffects

Available since LÖVE 11.0
This function is not supported in earlier versions.

Gets the maximum number of active Effects in a single Source object, that the system can support.

Function

Synopsis

maximum = love.audio.getMaxSourceEffects( )

Arguments

None.

Returns

number maximum
The maximum number of active Effects per Source.

Notes

This function return 0 for system that doesn't support audio effects.

See Also


Other Languages