/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Manifest.php (1210B)
fileName = $fileName;
}
public function getFileName()
{
return $this->fileName;
}
public function setMuxStreams($muxStreams)
{
$this->muxStreams = $muxStreams;
}
public function getMuxStreams()
{
return $this->muxStreams;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}