/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Transcoder/Manifest.php (1939B)
dash = $dash;
}
/**
* @return DashConfig
*/
public function getDash()
{
return $this->dash;
}
/**
* @param string
*/
public function setFileName($fileName)
{
$this->fileName = $fileName;
}
/**
* @return string
*/
public function getFileName()
{
return $this->fileName;
}
/**
* @param string[]
*/
public function setMuxStreams($muxStreams)
{
$this->muxStreams = $muxStreams;
}
/**
* @return string[]
*/
public function getMuxStreams()
{
return $this->muxStreams;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Manifest::class, 'Google_Service_Transcoder_Manifest');