h264 = $h264; } /** * @return H264CodecSettings */ public function getH264() { return $this->h264; } /** * @param H265CodecSettings */ public function setH265(H265CodecSettings $h265) { $this->h265 = $h265; } /** * @return H265CodecSettings */ public function getH265() { return $this->h265; } /** * @param Vp9CodecSettings */ public function setVp9(Vp9CodecSettings $vp9) { $this->vp9 = $vp9; } /** * @return Vp9CodecSettings */ public function getVp9() { return $this->vp9; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoStream::class, 'Google_Service_Transcoder_VideoStream');