/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/JobConfig.php (4507B)
adBreaks = $adBreaks;
}
/**
* @return AdBreak[]
*/
public function getAdBreaks()
{
return $this->adBreaks;
}
/**
* @param EditAtom[]
*/
public function setEditList($editList)
{
$this->editList = $editList;
}
/**
* @return EditAtom[]
*/
public function getEditList()
{
return $this->editList;
}
/**
* @param ElementaryStream[]
*/
public function setElementaryStreams($elementaryStreams)
{
$this->elementaryStreams = $elementaryStreams;
}
/**
* @return ElementaryStream[]
*/
public function getElementaryStreams()
{
return $this->elementaryStreams;
}
/**
* @param Encryption[]
*/
public function setEncryptions($encryptions)
{
$this->encryptions = $encryptions;
}
/**
* @return Encryption[]
*/
public function getEncryptions()
{
return $this->encryptions;
}
/**
* @param Input[]
*/
public function setInputs($inputs)
{
$this->inputs = $inputs;
}
/**
* @return Input[]
*/
public function getInputs()
{
return $this->inputs;
}
/**
* @param Manifest[]
*/
public function setManifests($manifests)
{
$this->manifests = $manifests;
}
/**
* @return Manifest[]
*/
public function getManifests()
{
return $this->manifests;
}
/**
* @param MuxStream[]
*/
public function setMuxStreams($muxStreams)
{
$this->muxStreams = $muxStreams;
}
/**
* @return MuxStream[]
*/
public function getMuxStreams()
{
return $this->muxStreams;
}
/**
* @param Output
*/
public function setOutput(Output $output)
{
$this->output = $output;
}
/**
* @return Output
*/
public function getOutput()
{
return $this->output;
}
/**
* @param Overlay[]
*/
public function setOverlays($overlays)
{
$this->overlays = $overlays;
}
/**
* @return Overlay[]
*/
public function getOverlays()
{
return $this->overlays;
}
/**
* @param PubsubDestination
*/
public function setPubsubDestination(PubsubDestination $pubsubDestination)
{
$this->pubsubDestination = $pubsubDestination;
}
/**
* @return PubsubDestination
*/
public function getPubsubDestination()
{
return $this->pubsubDestination;
}
/**
* @param SpriteSheet[]
*/
public function setSpriteSheets($spriteSheets)
{
$this->spriteSheets = $spriteSheets;
}
/**
* @return SpriteSheet[]
*/
public function getSpriteSheets()
{
return $this->spriteSheets;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(JobConfig::class, 'Google_Service_Transcoder_JobConfig');