You are here

public function PHPVideoToolkit::getFileOutputCount in Video 7.2

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

Class

PHPVideoToolkit

Code

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