public function video_transcoder::load_job_queue in Video 6.5
Same name and namespace in other branches
- 6.4 includes/transcoder.inc \video_transcoder::load_job_queue()
- 7 includes/transcoder.inc \video_transcoder::load_job_queue()
Return at most $num files that need to be transcoded.
Parameters
int $num:
2 methods override video_transcoder::load_job_queue()
- video_localcommand::load_job_queue in transcoders/
video_localcommand.inc - Return at most $num files that need to be transcoded.
- video_zencoder::load_job_queue in plugins/
video_zencoder/ transcoders/ video_zencoder.inc - Return at most $num files that need to be transcoded.
File
- ./
video.lib.inc, line 54 - File containing Video module interfaces and classes
Class
Code
public function load_job_queue($num);