public function PHPVideoToolkit::getCommands in Video 7
Same name and namespace in other branches
- 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getCommands()
* Returns all the commands sent to ffmpeg from this class * * @access public *
Return value
unknown
File
- libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php, line 3796
Class
Code
public function getCommands() {
return $this->_processed;
}