You are here

public function PHPVideoToolkit::getProcessTime in Video 7.2

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

Class

PHPVideoToolkit

Code

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