You are here

public function PHPVideoToolkit::adjustVolume in Video 7.2

Same name and namespace in other branches
  1. 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

PHPVideoToolkit

Code

public function adjustVolume($vol = 256) {
  $this
    ->addCommand('-vol', '');
}