public function PHPVideoToolkit::getOutput in Video 7
Same name and namespace in other branches
- 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
Code
public function getOutput() {
return $this->_files;
}