You are here

public function PHPVideoToolkit::getProcessTime in Video 7

Same name and namespace in other branches
  1. 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

PHPVideoToolkit

Code

public function getProcessTime() {
  return $this->_timers;
}