You are here

public function PHPVideoToolkit::getCommands in Video 7.2

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

Returns all the commands sent to ffmpeg from this class

@access public

File

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

Class

PHPVideoToolkit

Code

public function getCommands() {
  return $this->_processed;
}