You are here

public property PHPVideoToolkit::$on_error_die in Video 7.2

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

Determines what happens when an error occurs @access public

Type: boolean If TRUE then the script will die, if not FALSE is return by the error

File

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

Class

PHPVideoToolkit

Code

public $on_error_die = FALSE;