/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder/Audio.php (1481B)
highBoost = $highBoost;
}
/**
* @return bool
*/
public function getHighBoost()
{
return $this->highBoost;
}
/**
* @param bool
*/
public function setLowBoost($lowBoost)
{
$this->lowBoost = $lowBoost;
}
/**
* @return bool
*/
public function getLowBoost()
{
return $this->lowBoost;
}
public function setLufs($lufs)
{
$this->lufs = $lufs;
}
public function getLufs()
{
return $this->lufs;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Audio::class, 'Google_Service_Transcoder_Audio');