/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Animation.php (2076B)
animationEnd = $animationEnd;
}
/**
* @return Google_Service_Transcoder_AnimationEnd
*/
public function getAnimationEnd()
{
return $this->animationEnd;
}
/**
* @param Google_Service_Transcoder_AnimationFade
*/
public function setAnimationFade(Google_Service_Transcoder_AnimationFade $animationFade)
{
$this->animationFade = $animationFade;
}
/**
* @return Google_Service_Transcoder_AnimationFade
*/
public function getAnimationFade()
{
return $this->animationFade;
}
/**
* @param Google_Service_Transcoder_AnimationStatic
*/
public function setAnimationStatic(Google_Service_Transcoder_AnimationStatic $animationStatic)
{
$this->animationStatic = $animationStatic;
}
/**
* @return Google_Service_Transcoder_AnimationStatic
*/
public function getAnimationStatic()
{
return $this->animationStatic;
}
}