/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Crop.php (1411B)
bottomPixels = $bottomPixels;
}
public function getBottomPixels()
{
return $this->bottomPixels;
}
public function setLeftPixels($leftPixels)
{
$this->leftPixels = $leftPixels;
}
public function getLeftPixels()
{
return $this->leftPixels;
}
public function setRightPixels($rightPixels)
{
$this->rightPixels = $rightPixels;
}
public function getRightPixels()
{
return $this->rightPixels;
}
public function setTopPixels($topPixels)
{
$this->topPixels = $topPixels;
}
public function getTopPixels()
{
return $this->topPixels;
}
}