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');