Difference between revisions of "love.audio.getPlaybackDevice"

(Created page)
 
(No difference)

Latest revision as of 16:21, 13 April 2024

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

Gets the currently active playback device.

Function

Synopsis

device = love.audio.getPlaybackDevice( )

Arguments

None.

Returns

string device
The name of the current playback device.

See Also


Other Languages