|
|
| |
resume_target(3) |
Arcan Lua API |
resume_target(3) |
resume_target - Request that the targetid resumes from a previously
paused state.
nil
resume_target( targetvid, noblock_fsrv )
There are two principal pause/resume mechanisms that overlap slightly.
resume_movie guarantee that the audio/video playback sampling will be paused
in the main engine. This implies that queued buffers (decode- sessions can
maintain a preset number of cached audio/video frames) will be kept intact.
The related resume_target sends a request to the target frameserver or hijack
sessions and blocks the process to whatever extent is possible. If
noblock_fsrv is set to something other than 0, only the hinting event
is sent.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |