You are here

public function video_filesystem::load_file in Video 6.5

Same name and namespace in other branches
  1. 6.4 includes/filesystem.inc \video_filesystem::load_file()

Process the given video in preparation for use on the front end.

2 methods override video_filesystem::load_file()
drupal::load_file in filesystem/drupal.inc
Process the given video in preparation for use on the front end.
video_s3::load_file in plugins/video_s3/filesystem/video_s3.inc
Process the given video in preparation for use on the front end.

File

./video.lib.inc, line 20
File containing Video module interfaces and classes

Class

video_filesystem

Code

public function load_file(stdClass $video);