You are here

public function PHPVideoToolkit::disableVideo in Video 7

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

* Disables video encoding * * @access public *

Return value

boolean false on error encountered, true otherwise

File

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

Class

PHPVideoToolkit

Code

public function disableVideo() {
  return $this
    ->addCommand('-vn');
}