You are here

public function video_conversion::load_completed_job in Video 6.4

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

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

@todo: Need to figure something out here for multiple files (HTML 5)

Parameters

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

File

includes/conversion.inc, line 88

Class

video_conversion

Code

public function load_completed_job($video) {
  return $this->transcoder
    ->load_completed_job($video);
}