/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Audio.php (1151B)
highBoost = $highBoost;
}
public function getHighBoost()
{
return $this->highBoost;
}
public function setLowBoost($lowBoost)
{
$this->lowBoost = $lowBoost;
}
public function getLowBoost()
{
return $this->lowBoost;
}
public function setLufs($lufs)
{
$this->lufs = $lufs;
}
public function getLufs()
{
return $this->lufs;
}
}