/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Overlay.php (1482B)
animations = $animations;
}
/**
* @return Google_Service_Transcoder_Animation[]
*/
public function getAnimations()
{
return $this->animations;
}
/**
* @param Google_Service_Transcoder_Image
*/
public function setImage(Google_Service_Transcoder_Image $image)
{
$this->image = $image;
}
/**
* @return Google_Service_Transcoder_Image
*/
public function getImage()
{
return $this->image;
}
}