/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/JobConfig.php (4786B)
adBreaks = $adBreaks;
}
/**
* @return Google_Service_Transcoder_AdBreak[]
*/
public function getAdBreaks()
{
return $this->adBreaks;
}
/**
* @param Google_Service_Transcoder_EditAtom[]
*/
public function setEditList($editList)
{
$this->editList = $editList;
}
/**
* @return Google_Service_Transcoder_EditAtom[]
*/
public function getEditList()
{
return $this->editList;
}
/**
* @param Google_Service_Transcoder_ElementaryStream[]
*/
public function setElementaryStreams($elementaryStreams)
{
$this->elementaryStreams = $elementaryStreams;
}
/**
* @return Google_Service_Transcoder_ElementaryStream[]
*/
public function getElementaryStreams()
{
return $this->elementaryStreams;
}
/**
* @param Google_Service_Transcoder_Input[]
*/
public function setInputs($inputs)
{
$this->inputs = $inputs;
}
/**
* @return Google_Service_Transcoder_Input[]
*/
public function getInputs()
{
return $this->inputs;
}
/**
* @param Google_Service_Transcoder_Manifest[]
*/
public function setManifests($manifests)
{
$this->manifests = $manifests;
}
/**
* @return Google_Service_Transcoder_Manifest[]
*/
public function getManifests()
{
return $this->manifests;
}
/**
* @param Google_Service_Transcoder_MuxStream[]
*/
public function setMuxStreams($muxStreams)
{
$this->muxStreams = $muxStreams;
}
/**
* @return Google_Service_Transcoder_MuxStream[]
*/
public function getMuxStreams()
{
return $this->muxStreams;
}
/**
* @param Google_Service_Transcoder_Output
*/
public function setOutput(Google_Service_Transcoder_Output $output)
{
$this->output = $output;
}
/**
* @return Google_Service_Transcoder_Output
*/
public function getOutput()
{
return $this->output;
}
/**
* @param Google_Service_Transcoder_Overlay[]
*/
public function setOverlays($overlays)
{
$this->overlays = $overlays;
}
/**
* @return Google_Service_Transcoder_Overlay[]
*/
public function getOverlays()
{
return $this->overlays;
}
/**
* @param Google_Service_Transcoder_PubsubDestination
*/
public function setPubsubDestination(Google_Service_Transcoder_PubsubDestination $pubsubDestination)
{
$this->pubsubDestination = $pubsubDestination;
}
/**
* @return Google_Service_Transcoder_PubsubDestination
*/
public function getPubsubDestination()
{
return $this->pubsubDestination;
}
/**
* @param Google_Service_Transcoder_SpriteSheet[]
*/
public function setSpriteSheets($spriteSheets)
{
$this->spriteSheets = $spriteSheets;
}
/**
* @return Google_Service_Transcoder_SpriteSheet[]
*/
public function getSpriteSheets()
{
return $this->spriteSheets;
}
}