/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/Denoise.php (1230B)
strength = $strength;
}
public function getStrength()
{
return $this->strength;
}
/**
* @param string
*/
public function setTune($tune)
{
$this->tune = $tune;
}
/**
* @return string
*/
public function getTune()
{
return $this->tune;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Denoise::class, 'Google_Service_Transcoder_Denoise');