public function PHPVideoToolkit::adjustVolume in Video 7.2
Same name and namespace in other branches
- 7 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 2201 - Libary to access FFmpeg
Class
Code
public function adjustVolume($vol = 256) {
$this
->addCommand('-vol', '');
}