You are here

public function PHPVideoToolkit::getOutput in Video 7.2

Same name and namespace in other branches
  1. 7 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 3395
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

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