fileName = $fileName; } /** * @return string */ public function getFileName() { return $this->fileName; } /** * @param string[] */ public function setMuxStreams($muxStreams) { $this->muxStreams = $muxStreams; } /** * @return string[] */ public function getMuxStreams() { return $this->muxStreams; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Manifest::class, 'Google_Service_Transcoder_Manifest');