Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
audio_outputs(3)		  Arcan Lua API 		audio_outputs(3)

NAME
     audio_outputs - Returns a list of possible device names for audio_reconfig-
     ure

SYNOPSIS
     strtbl
     audio_outputs()

DESCRIPTION
     This  function queries the audio platform for outputs that can be chosen to
     be the default that the current context plays to.

EXAMPLE
     function audio_outputs0()
	   for i,v in ipairs(audio_outputs) do
		 print(i, v)
	   end
     end

SEE ALSO:
audio				   August 2026			audio_outputs(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=audio_outputs&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help