You are here

public function PHPVideoToolkit::getLastOutput in Video 7

Same name and namespace in other branches
  1. 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getLastOutput()

* Returns the last outputted file that was processed by ffmpeg from this class. * * @access public *

Return value

mixed array|string Will return an array if the output was a sequence, or string if it was a single file output

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3718

Class

PHPVideoToolkit

Code

public function getLastOutput() {
  return $this->_files[0];
}