|
NAMEsuspend_target - Request that the target suspend execution, awaiting a resume or terminate call.SYNOPSISnilsuspend_target( vid:target ) suspend_target( ) suspend_target( vid:target, bool:noblock=false ) DESCRIPTIONThis tells the target frameserver to enter a low-power/passive mode until a resume_target command has been issued. By default, this will block any attempt at transferring or resizing video buffers. This behaviour can be ignored by setting noblock=true. If suspend_target is set during the preroll stage, the frameserver will not be activated until 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)
Visit the GSP FreeBSD Man Page Interface. |