You are here

public function PHPVideoToolkit::getLastProcessTime in Video 7.2

Same name and namespace in other branches
  1. 7 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getLastProcessTime()

Returns the amount of time taken of the last file to be processed by ffmpeg.

@access public

Return value

mixed integer Will return the time taken in seconds.

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3405
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

public function getLastProcessTime() {
  return $this->_timers[0];
}