You are here

public function video_transcoder::load_job in Video 6.4

Same name and namespace in other branches
  1. 6.5 video.lib.inc \video_transcoder::load_job()
  2. 7 includes/transcoder.inc \video_transcoder::load_job()

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

Parameters

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

File

includes/transcoder.inc, line 161

Class

video_transcoder

Code

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