public function PHPVideoToolkit::adjustVolume in Video 7
Same name and namespace in other branches
- 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::adjustVolume()
* This will adjust the audio volume. * * @access public *
Parameters
integer $vol 256 = normal: *
File
- libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php, line 2246
Class
Code
public function adjustVolume($vol = 256) {
$this
->addCommand('-vol', '');
}