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

FreeBSD Manual Pages

  
 
  

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

NAME
       suspend_target  - Request that the target suspend execution, awaiting a
       resume or terminate call.

SYNOPSIS
       nil
       suspend_target( vid:target )
       suspend_target( )
       suspend_target( vid:target, bool:noblock=false )

DESCRIPTION
       This tells the target frameserver to enter a low-power/passive mode un-
       til a resume_target  command has	been issued.  By  default,  this  will
       block  any  attempt at transferring or resizing video buffers. This be-
       haviour can be ignored by setting noblock=true.	If  suspend_target  is
       set during the preroll stage, the frameserver will not be activated un-
       til  a corresponding resume_target  call	has been issued. On the	client
       side, this will look like the _open call	is blocking/stalling.

SEE ALSO:
       resume_target(3)

targetcontrol			  April	2025		     suspend_target(3)

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

home | help