/var/www/flurhymez/vendor/google/apiclient-services/src/Transcoder
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Transcoder/MpegCommonEncryption.php (1354B)
keyId = $keyId;
}
/**
* @return string
*/
public function getKeyId()
{
return $this->keyId;
}
/**
* @param string
*/
public function setScheme($scheme)
{
$this->scheme = $scheme;
}
/**
* @return string
*/
public function getScheme()
{
return $this->scheme;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MpegCommonEncryption::class, 'Google_Service_Transcoder_MpegCommonEncryption');