public function PHPVideoToolkit::getLastProcessTime in Video 7
Same name and namespace in other branches
- 7.2 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 3740
Class
Code
public function getLastProcessTime() {
return $this->_timers[0];
}