You are here

public function PHPVideoToolkit::getFileOutputCount in Video 7

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

* Returns the number of files outputted in this run. It will be reset when you call PHPVideoToolkit::reset(); * * @access public *

Return value

integer

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3621

Class

PHPVideoToolkit

Code

public function getFileOutputCount() {
  return $this->_process_file_count;
}