You are here

public function video_filesystem::onpreconvert in Video 6.5

Return value

bool FALSE if an error occured while doing the operation, TRUE when no operation was needed or on success

2 methods override video_filesystem::onpreconvert()
drupal::onpreconvert in filesystem/drupal.inc
video_s3::onpreconvert in plugins/video_s3/filesystem/video_s3.inc

File

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

Class

video_filesystem

Code

public function onpreconvert(stdClass $video);