public function video_conversion::load_completed_job in Video 7
Same name and namespace in other branches
- 6.4 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
Code
public function load_completed_job($video) {
return $this->transcoder
->load_completed_job($video);
}