/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/Encryption.php (2264B)
aes128 = $aes128;
}
/**
* @return Google_Service_Transcoder_Aes128Encryption
*/
public function getAes128()
{
return $this->aes128;
}
public function setIv($iv)
{
$this->iv = $iv;
}
public function getIv()
{
return $this->iv;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
/**
* @param Google_Service_Transcoder_MpegCommonEncryption
*/
public function setMpegCenc(Google_Service_Transcoder_MpegCommonEncryption $mpegCenc)
{
$this->mpegCenc = $mpegCenc;
}
/**
* @return Google_Service_Transcoder_MpegCommonEncryption
*/
public function getMpegCenc()
{
return $this->mpegCenc;
}
/**
* @param Google_Service_Transcoder_SampleAesEncryption
*/
public function setSampleAes(Google_Service_Transcoder_SampleAesEncryption $sampleAes)
{
$this->sampleAes = $sampleAes;
}
/**
* @return Google_Service_Transcoder_SampleAesEncryption
*/
public function getSampleAes()
{
return $this->sampleAes;
}
}