You are here

public function video_zencoder::get_original_path_by_converted_path in Video 6.5

Implementation of get_original_path_by_converted_path().

All Zencoder files are stored on S3, so video_file_download will never have to call this method.

Overrides video_transcoder::get_original_path_by_converted_path

File

plugins/video_zencoder/transcoders/video_zencoder.inc, line 537
Transcoder class file to handle Zencoder settings and conversions.

Class

video_zencoder

Code

public function get_original_path_by_converted_path($filepath) {
  return NULL;
}