public function PHPVideoToolkit::getProcessTime in Video 7
Same name and namespace in other branches
- 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getProcessTime()
* Returns the amount of time taken of all the files to be processed by ffmpeg. * * @access public *
Return value
array
File
- libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php, line 3751
Class
Code
public function getProcessTime() {
return $this->_timers;
}