You are here

public function video_conversion::load_job in Video 7

Same name and namespace in other branches
  1. 6.4 includes/conversion.inc \video_conversion::load_job()

Load a file based on the file id ($fid)

Parameters

$fid: Integer of the file id to be loaded.

1 call to video_conversion::load_job()
video_conversion::process in includes/conversion.inc
Process the video through ffmpeg.

File

includes/conversion.inc, line 110

Class

video_conversion

Code

public function load_job($fid) {
  return $this->transcoder
    ->load_job($fid);
}