You are here

public function PHPVideoToolkit::getOutput in Video 7

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

* Returns all the outputted files that were processed by ffmpeg from this class. * * @access public *

Return value

array

File

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

Class

PHPVideoToolkit

Code

public function getOutput() {
  return $this->_files;
}