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

FreeBSD Manual Pages

  
 
  

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

NAME
     target_verbose - Increase frameserver callback verbosity

SYNOPSIS
     nil
     target_verbose( tgtvid, state )

DESCRIPTION
     Exposing  hi-frequency  events from a frameserver to the scripting environ-
     ment comes at a certain cost which although it may be  negligible	most  of
     the  time, it is still unnecessary. This function can increase the level of
     verbosity associated with a frameserver. An example for  the  use	of  this
     function  is  to get raw timing and framestatus updates from video playback
     (decode frameservers with a framequeue associated).

     This behavior can be switched on or off dynamically  by  setting  state  to
     1/true(default) or 0/false.

SEE ALSO:
targetcontrol			   August 2026		       target_verbose(3)

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

home | help