/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/MuxStream.php (2357B)
container = $container;
}
public function getContainer()
{
return $this->container;
}
public function setElementaryStreams($elementaryStreams)
{
$this->elementaryStreams = $elementaryStreams;
}
public function getElementaryStreams()
{
return $this->elementaryStreams;
}
/**
* @param Google_Service_Transcoder_Encryption
*/
public function setEncryption(Google_Service_Transcoder_Encryption $encryption)
{
$this->encryption = $encryption;
}
/**
* @return Google_Service_Transcoder_Encryption
*/
public function getEncryption()
{
return $this->encryption;
}
public function setFileName($fileName)
{
$this->fileName = $fileName;
}
public function getFileName()
{
return $this->fileName;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
/**
* @param Google_Service_Transcoder_SegmentSettings
*/
public function setSegmentSettings(Google_Service_Transcoder_SegmentSettings $segmentSettings)
{
$this->segmentSettings = $segmentSettings;
}
/**
* @return Google_Service_Transcoder_SegmentSettings
*/
public function getSegmentSettings()
{
return $this->segmentSettings;
}
}