芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Transcoder/Deinterlace.php
bwdif = $bwdif; } /** * @return BwdifConfig */ public function getBwdif() { return $this->bwdif; } /** * @param YadifConfig */ public function setYadif(YadifConfig $yadif) { $this->yadif = $yadif; } /** * @return YadifConfig */ public function getYadif() { return $this->yadif; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Deinterlace::class, 'Google_Service_Transcoder_Deinterlace');