/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Progress.php (1338B)
analyzed = $analyzed;
}
public function getAnalyzed()
{
return $this->analyzed;
}
public function setEncoded($encoded)
{
$this->encoded = $encoded;
}
public function getEncoded()
{
return $this->encoded;
}
public function setNotified($notified)
{
$this->notified = $notified;
}
public function getNotified()
{
return $this->notified;
}
public function setUploaded($uploaded)
{
$this->uploaded = $uploaded;
}
public function getUploaded()
{
return $this->uploaded;
}
}